tilde.town/index.html

24 lines
580 B
HTML
Raw Normal View History

2019-03-11 04:20:16 +00:00
<!DOCTYPE html>
2019-03-11 05:02:48 +00:00
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport content="width=device-width, initial-scale=1">
<title>acdw's house</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="script.js" type="text/javascript"> </script>
</head>
<body>
<section id="cover">
<h1>~acdw</h1>
<a id="moon" href="moon/">&#127770;</a>
</section>
<main role="main">
<h1>Hey there</h1>
<p>What's up man?</p>
</main>
</body>
2019-03-11 04:20:16 +00:00
</html>