Update index.html

This commit is contained in:
nune 2024-12-20 16:06:03 -05:00 committed by GitHub
parent c056aa6c79
commit 80da3a5d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,10 @@
width:75%; width:75%;
} }
.footer {
font-size:30%;
}
input, button { input, button {
margin: 5px 0; margin: 5px 0;
padding: 10px; padding: 10px;
@ -86,6 +90,6 @@
</label> </label>
<script src="client.js" defer></script> <script src="client.js" defer></script>
<div id="asciiArtContainer" aria-hidden="true" style="position: fixed; bottom: 0; right: 0; padding: 10px; font-family: monospace; white-space: pre;"></div> <div id="asciiArtContainer" aria-hidden="true" style="position: fixed; bottom: 0; right: 0; padding: 10px; font-family: monospace; white-space: pre;"></div>
<p><a href="https://github.com/gigirassy/plaster">source code</a> is licensed under the public domain</p></div> <p class="footer"><a href="https://github.com/gigirassy/plaster">source code</a> is licensed under the public domain<br>🏳️‍⚧️🇵🇸🇭🇹🇺🇦</p></div>
</body> </body>
</html> </html>