mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 10:29:07 +00:00
Update index.html
This commit is contained in:
parent
319f9bc460
commit
4158f34a02
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: 'Nimbus Mono PS', 'Courier New', monospace;
|
||||
margin: 20px;
|
||||
background-color: var(--bg-color);
|
||||
text-align:center;
|
||||
@ -52,12 +52,12 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>plaster</h1>
|
||||
<h1>plaster 📋</h1>
|
||||
<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>
|
||||
<input type="text" id="pasteUrl" placeholder="Enter Pastebin URL">
|
||||
<button id="fetchBtn">fetch!</button>
|
||||
<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>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user