mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 19:15: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
|
@ -1 +1,2 @@
|
|||
<p>amazing footer</p>
|
||||
<footer>crispypin.cc</footer>
|
||||
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
|
@ -1,2 +1,4 @@
|
|||
<h>My awesome header</h>
|
||||
<header>
|
||||
<a href="/" id="logo"><img src="/logo.png" alt=""></a>
|
||||
</header>
|
||||
&include(navbar.html)
|
|
@ -1 +1,9 @@
|
|||
<p>todo: add links</p>
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue