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.
 
 
 

36 lines
1.2 KiB

<!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>
</ul>
</nav>
</header>
<main>
<p>oh hi there!</p>
<p>if you're reading this you probably got one of my cards and want to know more <a href="/about">about me</a>.</p>
<p>maybe you want to contact me, for any reason including work/commissions? read <a href="/contact">this</a>.</p>
</main>
<footer>
<span>this site is made out of distilled coffee</span>
</footer>
</body>
</html>