implement drag and drop

As a consquence of better UX, '/' post handler will now redirect instead
of returning a String.

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain 2021-06-19 06:42:22 +05:30
commit 1f84fd28b9
4 changed files with 125 additions and 74 deletions

View file

@ -6,7 +6,7 @@
<meta
name="Description"
content="Author: Gunwant Jain,
A highly opinionated, minamalistic Pastebin without the bloat of a database."
A highly opinionated and minamalistic Pastebin."
/>
<title>{{ title }}</title>
@ -26,7 +26,8 @@
background: #191f26;
padding: 20px 50px;
margin: 0px;
color: #5c6773;
color: #E6E1CF;
/* color: #5c6773; */
}
::selection {