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.
35 lines
1.0 KiB
35 lines
1.0 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>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<main>
|
||
|
<p>unfortunately, i haven't had time to build this projects page, but it's WIP, pinky promise, so come back later?</p>
|
||
|
</main>
|
||
|
<footer>
|
||
|
<span>this site is made out of distilled coffee</span>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|