diff --git a/public/index.html b/public/index.html index 741c6c8..cff67e2 100644 --- a/public/index.html +++ b/public/index.html @@ -29,6 +29,7 @@ background-color: var(--bg-color); text-align:center; color: var(--text-color); + width:500px; } input, button { @@ -38,14 +39,6 @@ border-radius: 5px; } - #output { - white-space: pre-wrap; - background: var(--bg-color); - border: 1px solid var(--border-color); - padding: 10px; - border-radius: 5px; - } - a { color: var(--link-color); } @@ -56,7 +49,7 @@
Alternative frontend for Pastebin.
All issues regarding paste content should be reported to Pastebin. In addition, if you want a real alternative to Pastebin, check out Privatebin!
- +source code is licensed under the public domain