Update index.html

This commit is contained in:
nune 2024-12-18 19:16:11 -05:00 committed by GitHub
parent 319f9bc460
commit 4158f34a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@
} }
body { body {
font-family: Arial, sans-serif; font-family: 'Nimbus Mono PS', 'Courier New', monospace;
margin: 20px; margin: 20px;
background-color: var(--bg-color); background-color: var(--bg-color);
text-align:center; text-align:center;
@ -52,12 +52,12 @@
</style> </style>
</head> </head>
<body> <body>
<h1>plaster</h1> <h1>plaster 📋</h1>
<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">fetch!</button>
<script src="client.js" defer></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> <p><a href="https://github.com/gigirassy/plaster">source code</a> is licensed under the public domain</p>
</body> </body>
</html> </html>