blob: 013b245af0029b60428e35b05c88eef62a3dea4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<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>
|