hide old buttons

This commit is contained in:
Lucas Kent 2022-11-16 16:08:24 -05:00 committed by GitHub
parent 9cce66ed1c
commit e97b71d010

View File

@ -23,8 +23,8 @@
<h2>Home</h2>
<img src="imgs/zuck.jpg" alt="Mark Zuckerberg Chilling" style="width:300px;height:300px;" srcset="" class="broider">
<p class="double">Welcome to my Website.</p>
<a href='https://www.geometrytools.ga'><button class="button">Home</button></a>
<a href='sitemap.html'><button class="button">Sitemap</button></a>
<a hidden href='/index.html'><button class="button">Home</button></a>
<a hidden href='/sitemap.html'><button class="button">Sitemap</button></a>
</body>
<style>
html, body {