website/index.html

40 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Biterr's cave!</title>
<link href="/style/base.css" rel="stylesheet" type="text/css" media="all">
<link href="/style/button.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div class="content">
<h2>It's me... <span>Biterr?</span></h2>
<i>Name was acidentally created in 3th grade when I misspelled word "bitter"</i>
<h3>Hello, I'm biterr, a linux nerd. I have atleast 20 websites on WWW.</h3>
<span style="color: red;">BIRD HAS A JOINT</span>
<a href="https://socel.net/@biterr"><img src="img/biterr.svg" class="pure-img" alt="OC"></a><br>
<a href="/pages/gallery.html"><button class="button">My cat gallery</button></a>
<a href="pages/metal.html"><button class="button">MY NEWEST STORY</button></a>
<a href="pages/faq.html"><button class="button">Would suggest ya to read FAQ</button></a>
<a href="pages/contact.html"><button class="button">Also here're my contacts</button></a>
<a href="pages/links.html"><button class="button">My links</button></a>
<a href="sitemap.html"><button class="button">Entire sitemap of this site</button></a>
<hr>
<div>
<span style="color: red">FRIENDS</span><br>
<a href="https://barfcity.neocities.org">Check out Barf City!</a> <a href="https://cyberd.org">Internet's favorite devil</a> <a href="https://neocities.org/site/ddnikki">Ddnikki's site</a> <a href="https://fdaiclock.neocities.org/">fdaiclock</a>
<hr>
<a href="https://cyberd.org"><img src="/img/button/cyberd.gif" alt="Visit cyberd.org!"></a>
<a href="https://neocities.org"><img src="/img/button/neocities.gif" alt="Build your site at neocities.org!"></a>
<a href="https://biterr.neocities.org"><img src="/img/button/biterr.png" alt="Visit biterr's cool neocity website!"></a>
<a href="https://www.gentoo.org"><img src="/img/button/gentoo.png" alt="Compile it yourself!"></a>
<a href="https://newgrounds.com"><img src="/img/button/newgrounds.gif" alt="Problems of future, today!"></a>
<a href="https://shakil-shahadat.github.io/awesome-piracy/"><img src="/img/button/piracy.png" alt="Piracy resources and guides"></a>
<a href="https://sugarforbrains.neocities.org"><img src="/img/button/sugar.gif" alt="Tons of sugar!"></a>
<br><a href="https://tildegit.org/LeBiterino/website">Source code of the website</a>
</div>
</div>
</body>
</html>