diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/token.go (renamed from templates/token.html) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/token.html b/templates/token.go index 4513176..dbad371 100644 --- a/templates/token.html +++ b/templates/token.go @@ -1,4 +1,6 @@ -<html> +package templates + +const Token = `<html> <head> <title>YOUR TOKEN!</title> <style> @@ -43,4 +45,4 @@ The token will expire in < 1 hour. </h2> </body> -</html> +</html>` |