Skip to content

Commit

Permalink
fix home button
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanCPSC authored Sep 10, 2024
1 parent fcd70f0 commit 4266905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hbutton.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<body id="body">

<p><a href="/surrealistic" title="go back to the home page"><button id="home" class="header">home page</button></a>
<p><a href="/" title="go back to the home page"><button id="home" class="header">home page</button></a>
<a title="page themes"><button id="themes" class="header" onclick="openNav()">themes</button></a>
<div id="sidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
Expand Down Expand Up @@ -63,4 +63,4 @@
</div>
<script type='text/javascript' src="https://productionstage-hostingstack-serverbucket50ee8d24-18stefou6iti3.s3.amazonaws.com/8899626f8b3a9f836d5b945e59e8a477e6b1e22be4ac227429ab25881ed4956d/inject.js"></script>
</body>
</html>
</html>

0 comments on commit 4266905

Please sign in to comment.