aboutsummaryrefslogtreecommitdiff
path: root/auth/auth.htm
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth.htm')
-rw-r--r--auth/auth.htm22
1 files changed, 0 insertions, 22 deletions
diff --git a/auth/auth.htm b/auth/auth.htm
deleted file mode 100644
index 013b245..0000000
--- a/auth/auth.htm
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
- <head>
- <title>StackMode Authentication</title>
- <script src="hash.js" type="text/javascript"></script>
- <link rel="stylesheet" type="text/css" href="style.css">
- </head>
- <body onLoad="extractValues()">
- <h1>StackMode Authentication</h1>
- <p>
- Good news!
- Authentication was successful.
- Your authentication token is
- <div class="uservalue">
- <span id="access-token"></span>
- </div>
- Please paste this into the prompt within Emacs now.
- </p>
- <address>
- <a href="http://www.github.com/vermiculus/stack-mode">Read the manual on GitHub</a>
- </address>
- </body>
-</html>