This commit is contained in:
raf 2023-09-07 21:06:26 +03:00
commit c8e82d5d43
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
13 changed files with 921 additions and 0 deletions

9
templates/paste.html Normal file
View file

@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>Paste</title>
</head>
<body>
<pre>{{.Content}}</pre>
</body>
</html>