You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.4 KiB

2 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello!</title>
<meta name="description" content="xenua's website"/>
<meta name="author" content="xenua" />
<link rel="stylesheet" href="/static/main.css" type="text/css" />
<meta charset="UTF-8" />
<meta name="robots" content="noindex" />
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="/">
<img src="static/xenua.svg" alt="stylized formatting of 'xenua'">
</a>
</li>
<li><a href="/about">about</a></li>
<li><a href="/contact">contact</a></li>
<li><a href="/projects">projects</a></li>
2 years ago
</ul>
</nav>
</header>
<main>
<p>this page design is temporary while i'm working on the actual one</p>
<p>anyway, hi hiiii hello :3 hiii 🦈 haii hii :3 haiii</p>
<p>there's a few tidbits here to read, like the <a href="/about">about page</a> and the <a href="contact">contact page</a>.</p>
<p>p.s.: did you know that webdev isn't broken by default? you can just write semantic html with a tiny bit of css and have it look okay, you don't need 17 new frameworks every year</p>
2 years ago
</main>
<footer>
<span>this site is made out of distilled coffee</span>
2 years ago
</footer>
</body>
</html>