Update index.html

This commit is contained in:
Bruno Rybársky 2020-12-05 19:58:15 +01:00 committed by GitHub
parent 43aa524672
commit 625e292b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@
</head>
<body>
<header>
<img src="../Fruit-Tart-Stalking/assets/images/general/logo.png" id="logo" alt="logo"/>
<img src="assets/images/general/logo.png" id="logo" alt="logo"/>
<nav id="navbar">
<ul id="navbar_items">
@ -49,6 +49,6 @@
<p class="footer">Author: Tucan444</p>
</footer>
<script type="module" src="./backend.js"/>
<script type="module" src="backend.js"/>
</body>
</html>
</html>