Update index.html

This commit is contained in:
nune 2024-12-18 16:37:54 -05:00 committed by GitHub
parent 83def3ab2c
commit aaf85e9f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@
font-family: Arial, sans-serif;
margin: 20px;
background-color: var(--bg-color);
text-align:center;
color: var(--text-color);
}
@ -58,5 +59,6 @@
<button id="fetchBtn">fetch!</button>
<div id="output"></div>
<script src="client.js"></script>
<p><a href="https://github.com/gigirassy/plaster">view our source code!</a> licensed under the public domain, so you can do whatever you want with it!</p>
</body>
</html>