telebit.js/lib/html/index.html

23 lines
615 B
HTML
Raw Normal View History

2018-06-08 06:46:07 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Telebit</title>
<meta charset="utf-8">
</head>
<body>
<script>document.body.hidden = true;</script>
<h1>Welcome Home <!-- as in 127.0.0.1, y'know ;) --></h1>
<h2>You've claimed <span class="js-servername">{{servername}}</span></h2>
<p>Here's same ways you can use it:</p>
<pre><code>telebit http 3000</code></pre>
<h2>You've claimed <span class="js-serviceport">{{serviceport}}</span></h2>
<p>Here's same ways you can use it:</p>
<pre><code>#telebit tcp 3000</code></pre>
<script src="js/app.js"></script>
</body>
</html>