mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2025-07-01 19:15:32 +02:00
add icons and links to footer
This commit is contained in:
parent
f909279076
commit
a1b500236f
10 changed files with 38 additions and 12 deletions
|
@ -5,7 +5,7 @@
|
|||
<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>
|
||||
<title>CrispyPin.cc - Fractals</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -21,9 +21,17 @@
|
|||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<p>fractals go here woo</p>
|
||||
<h1>Fractals</h1>
|
||||
<p>this is real content i promise</p>
|
||||
</main>
|
||||
<footer>crispypin.cc</footer>
|
||||
<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>
|
||||
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue