aboutsummaryrefslogtreecommitdiff
path: root/templates/token.html
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-28 23:28:32 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-28 23:28:32 +0100
commit69973a0c0cea573d444d46b5ae69bebc1567a9b8 (patch)
tree61fb2ac88ca974f0f9e7ea5e03dff251c5936872 /templates/token.html
parentf1a898a1adb2d3a0facfece2729bd0c527781bdc (diff)
Define the token tmpl as a string
Diffstat (limited to 'templates/token.html')
-rw-r--r--templates/token.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/templates/token.html b/templates/token.html
deleted file mode 100644
index 4513176..0000000
--- a/templates/token.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<html>
- <head>
- <title>YOUR TOKEN!</title>
- <style>
- <!--
- body {
- text-align: center;
- font-family: sans-serif;
- background-color: #edece4;
- margin-top: 120px;
- }
- .code {
- background-color: #26292B;
- border: none;
- color: #fff;
- font-family: monospace;
- font-size: 13;
- font-weight: bold;
- height: auto;
- margin: 12px 12px 12px 12px;
- padding: 24px 12px 12px 12px;
- resize: none;
- text-align: center;
- width: 960px;
- }
- ::selection {
- background: #32d0ff;
- color: #000;
- }
- ::-moz-selection {
- background: #32d0ff;
- color: #000;
- }
- -->
- </style>
- </head>
- <body>
- <h2>
- This is your token. There are many like it but this one is yours.
- </h2>
- <textarea class="code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea>
- <h2>
- The token will expire in &lt; 1 hour.
- </h2>
- </body>
-</html>