button fix

This commit is contained in:
Lucas Kent 2022-11-16 11:03:25 -05:00 committed by GitHub
parent e51ed02bfe
commit 9666d2ec6a

View File

@ -17,7 +17,7 @@
<h2>Home</h2> <h2>Home</h2>
<img src="imgs/zuck.jpg" alt="Mark Zuckerberg Chilling" style="width:300px;height:300px;" srcset="" class="broider"> <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> <p class="double">Welcome to my Website.</p>
<a href='./sitemap.html'><button class="button">Sitemap</button></a> <a href='sitemap.html'><button class="button">Sitemap</button></a>
</body> </body>
<style> <style>
html, body { html, body {