2021-06-24 23:55:00 +02:00
|
|
|
<!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">
|
2021-06-25 01:33:18 +02:00
|
|
|
<link rel="stylesheet" href="/style.css">
|
2021-06-25 14:47:20 +02:00
|
|
|
<title>CrispyPin.cc - Fractals</title>
|
2021-06-24 23:55:00 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-06-25 01:33:18 +02:00
|
|
|
<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>
|
2021-06-25 13:47:45 +02:00
|
|
|
<main>
|
2021-06-25 14:47:20 +02:00
|
|
|
<h1>Fractals</h1>
|
|
|
|
<p>this is real content i promise</p>
|
2021-06-25 13:47:45 +02:00
|
|
|
</main>
|
2021-06-25 14:47:20 +02:00
|
|
|
<footer>
|
|
|
|
<p>crispypin.cc</p>
|
|
|
|
<div class="links">
|
|
|
|
<a href="https://github.com/CrispyPin"><img src="/icons/github.png" alt="" width=32px> </a>
|
|
|
|
<a href="https://crispypin.itch.io/"><img src="/icons/itchio.svg" alt="" width=32px> </a>
|
|
|
|
<a href="https://twitter.com/CrispyPin42"><img src="/icons/twitter.png" alt="" width=32px> </a>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2021-06-25 01:33:18 +02:00
|
|
|
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
2021-06-24 23:55:00 +02:00
|
|
|
</body>
|
|
|
|
</html>
|