init
This commit is contained in:
parent
79a7534428
commit
c8e82d5d43
13 changed files with 921 additions and 0 deletions
9
templates/paste.html
Normal file
9
templates/paste.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Paste</title>
|
||||
</head>
|
||||
<body>
|
||||
<pre>{{.Content}}</pre>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue