nose-pluto/nose/chris/pub/index.html

24 lines
506 B
HTML

<html lang="en">
<head>
<title>chris!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/main.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<div class="tile text">
<div class="text-content">
<h1>@defunkt</h1>
<p>This is my website. I am Chris.</p>
</div>
</div>
<div class="tile burger">
<img src="burger.png" alt="Burger" />
</div>
</div>
</body>
</html>