Update index.html

This commit is contained in:
nune 2024-12-18 20:45:08 -05:00 committed by GitHub
parent 49d018440a
commit ed5cec6c71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@
background-color: var(--bg-color); background-color: var(--bg-color);
text-align:center; text-align:center;
color: var(--text-color); color: var(--text-color);
width:500px;
} }
input, button { input, button {
@ -38,14 +39,6 @@
border-radius: 5px; border-radius: 5px;
} }
#output {
white-space: pre-wrap;
background: var(--bg-color);
border: 1px solid var(--border-color);
padding: 10px;
border-radius: 5px;
}
a { a {
color: var(--link-color); color: var(--link-color);
} }
@ -56,7 +49,7 @@
<p>Alternative frontend for Pastebin.</p> <p>Alternative frontend for Pastebin.</p>
<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> <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"> <input type="text" id="pasteUrl" placeholder="Enter Pastebin URL">
<button id="fetchBtn">fetch!</button> <button id="fetchBtn">go!</button>
<script src="client.js" defer></script> <script src="client.js" defer></script>
<p><a href="https://github.com/gigirassy/plaster">source code</a> is licensed under the public domain</p> <p><a href="https://github.com/gigirassy/plaster">source code</a> is licensed under the public domain</p>
</body> </body>