diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-21 18:28:30 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-21 18:28:30 -0400 |
| commit | 47dca324a446bf088164a8e27404c2b8db89ccf5 (patch) | |
| tree | cd6407bd09ee5acc027fc69a51d98156a6ab7e9a /error.tpl | |
| parent | d25b274356451623382d18d2e0e190f407dbcf9f (diff) | |
| download | paste-47dca324a446bf088164a8e27404c2b8db89ccf5.tar.gz paste-47dca324a446bf088164a8e27404c2b8db89ccf5.tar.xz | |
Turn it into a simple rough draft of an API driven pastebin
Diffstat (limited to 'error.tpl')
| -rw-r--r-- | error.tpl | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/error.tpl b/error.tpl deleted file mode 100644 index c53fa4f..0000000 --- a/error.tpl +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <link rel="stylesheet" href="/style.css" defer> - <title>Error {{.Short}}</title> -</head> -<body> -<nav> - <a href="/">Home</a> - <div style="display: block; float: right;"> - </div> -</nav> - -<h1>{{.Short}}</h1> - -{{.Long}} - -</body> -</html> - - |
