add icons and links to footer

This commit is contained in:
Crispy 2021-06-25 14:47:20 +02:00
parent f909279076
commit a1b500236f
10 changed files with 38 additions and 12 deletions

View file

@ -5,12 +5,13 @@
<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>
<include header.html/>
<main>
<p>fractals go here woo</p>
<h1>Fractals</h1>
<p>this is real content i promise</p>
</main>
<include footer.html/>
</body>