mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 11:05:32 +02:00
Add some parts of old website
This commit is contained in:
parent
3f2922d145
commit
3f2d1ee37b
12 changed files with 411 additions and 13 deletions
|
@ -4,13 +4,24 @@
|
|||
<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>
|
||||
<h>My awesome header</h>
|
||||
<p>todo: add links</p>
|
||||
<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>
|
||||
<p>amazing footer</p>
|
||||
|
||||
<footer>crispypin.cc</footer>
|
||||
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue