Fixed and added more back buttons

This commit is contained in:
2025-10-20 17:46:48 -05:00
parent 5dc6f910c0
commit 84609c0d48
15 changed files with 43 additions and 10 deletions

View File

@ -8,7 +8,7 @@
<body>
<div class="mainView">
<h1>I'm Cosmic</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>