mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-10 04:00:27 +01:00
27 lines
No EOL
823 B
HTML
27 lines
No EOL
823 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/style.css">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a href="/" id="logo"><img src="/logo.png" alt=""></a>
|
|
</header>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="/games/">Games</a></li>
|
|
<li><a href="/fractals/">Fractals</a></li>
|
|
<li><a href="/blender/">Blender stuff</a></li>
|
|
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
|
</ul>
|
|
</nav>
|
|
<p>fractals go here woo</p>
|
|
<footer>crispypin.cc</footer>
|
|
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
|
</body>
|
|
</html> |