From 55f56418df58d196daa97f3c08e3b6305e831b82 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Fri, 5 Aug 2016 06:35:19 +0100 Subject: Use bootstrap Move templates and static under server/ --- server/templates/token.go | 56 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 server/templates/token.go (limited to 'server/templates/token.go') diff --git a/server/templates/token.go b/server/templates/token.go new file mode 100644 index 0000000..d21c03f --- /dev/null +++ b/server/templates/token.go @@ -0,0 +1,56 @@ +package templates + +// Token is the page users see when authenticated. +const Token = ` + + + + + + + + Token + + + + + + + + + + +
+ +
+ +

+ The token will expire in < 1 hour. +

+
+
+ + + + + + +` -- cgit v1.2.3