-
Notifications
You must be signed in to change notification settings - Fork 55
/
brokengrok.php
38 lines (34 loc) · 1.32 KB
/
brokengrok.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="referrer" content="no-referrer"><title>Welcome to ngrok!</title><style>
body {
font-family: sans-serif;
background-color: #f5f5f5;
max-width: 600px;
margin-left: auto;
margin-right: auto;
padding: 8px;
}
h1 {
margin-bottom: 40px;
}
</style></head><body>
<h1>Welcome to ngrok!</h1>
<style type="text/css">
.small { font-size: 14px }
#signup { text-align: center; margin-top: 40px; margin-bottom: 60px; }
#signup button { cursor: pointer; padding: 12px; font-size: 16px; }
#welcome { text-align: left; white-space: normal; }
h4 { margin-top: 40px; }
</style><div id="welcome">
<p>
<strong>Before you can serve HTML content, you must <a href="https://dashboard.ngrok.com/signup">sign up</a> for an ngrok account and install your authtoken.</strong>
</p>
<div id="signup">
<form action="https://dashboard.ngrok.com/signup">
<button type="submit">Sign up for an ngrok account</button>
</form>
</div>
<h4>I already have an account, why am I seeing this page?</h4>
<p>
Make sure that you <a href="https://dashboard.ngrok.com/get-started/your-authtoken">Install Your Authtoken</a> and then restart the ngrok agent.
</p>
</div></body>