Lot of updates lol

This commit is contained in:
2022-02-04 21:49:53 +01:00
parent df4f4da3d3
commit bbc4a796de
8 changed files with 137 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<link rel="icon" type="image/x-icon" href="img/logodark.svg">
<base href="{{.BasePath}}">
<link rel="stylesheet" href="sass/index.css">
<link rel="stylesheet" href="css/index.css">
<script src="js/api.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript" defer></script>
@@ -23,7 +23,7 @@
<div class="navigation">
<img id="logo" src="img/logodark.svg">
<a href="#">Home</a>
<a href="#">About</a>
<a href="html/about.html">About</a>
<a href="#">Categories</a>
</div>
@@ -102,9 +102,9 @@
<footer>
<div class="foot">
<a>ABOUT</a>
<a>IMPRINT</a>
<a>CONTACT</a>
<a href="html/about.html">ABOUT</a>
<a href="html/contact.html">CONTACT</a>
<a href="html/legal-notice.html">LEGAL NOTICE</a>
</div>
</footer>