27 lines
676 B
HTML
27 lines
676 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>
|
|
<p><a href="/other.html">Other.html</a></p>
|
|
<p><a href="http://corey.localhost:3000">corey</a></p>
|
|
<p><a href="https://google.com">google</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="tile burger">
|
|
<img src="burger.png" alt="Burger" />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |