Update index.html

This commit is contained in:
nune 2024-12-18 17:00:46 -05:00 committed by GitHub
parent 8e35036e46
commit 65650e4dfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,8 +57,7 @@
<p>All issues regarding paste content should be reported to <a href="https://pastebin.com">Pastebin</a>. In addition, if you want a real alternative to Pastebin, <a href="https://privatebin.info">check out Privatebin!</a></p>
<input type="text" id="pasteUrl" placeholder="Enter Pastebin URL">
<button id="fetchBtn">fetch!</button>
<div id="output"></div>
<script src="client.js"></script>
<script src="client.js" defer></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>