49 lines
1.8 KiB
HTML
49 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta property="og:url" content="https://purplebored.pl/pages/contact.html" />
|
|
<meta property="og:title" content="Contact" />
|
|
<meta
|
|
property="og:description"
|
|
content="Purplebored contacts :-)"
|
|
/>
|
|
<meta property="description" content="Purplebored contacts :-)" />
|
|
<meta
|
|
name="keywords"
|
|
content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact"
|
|
/>
|
|
<meta name="color-scheme" content="dark" />
|
|
<meta name="theme-color" content="black" />
|
|
|
|
<title>=Contact Me=</title>
|
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div class="content1">
|
|
<center>
|
|
<h2>=== The font I am using ===</h2>
|
|
<p>
|
|
IBM VGA 9x16 font by VileR. (I found it on 4d2.org and realy liked it lol)
|
|
<a href="https://int10h.org/oldschool-pc-fonts/#-"
|
|
>Link</a
|
|
>
|
|
</p>
|
|
</center>
|
|
</div>
|
|
<footer>
|
|
Purplebored © 2023-2025 |
|
|
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
|
>Source code</a
|
|
>
|
|
| <a href="/pages/socials.html">My Socials</a> |
|
|
<a href="/pages/contact.html">Contact Me</a> |
|
|
<a href="/pages/mirrors.html">TOR, YGG & Mirrors</a> |
|
|
<a href="/pages/font.html">Font</a> |
|
|
</footer>
|
|
</body>
|
|
</html>
|