diff options
Diffstat (limited to 'view.tpl')
| -rw-r--r-- | view.tpl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/view.tpl b/view.tpl deleted file mode 100644 index 84c5ebf..0000000 --- a/view.tpl +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="stylesheet" href="/style.css" defer> - <title>Paste: {{.Title}}</title> -</head> -<body> -<nav> - <a href="/">Home</a> - <div style="display: block; float: right;"> - </div> -</nav> - -<h1>Paste: "{{.Title}}"</h1> - -<pre><code>{{.GetContent}}</pre></code> - -</body> -</html> - |
