-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.html
32 lines (31 loc) · 908 Bytes
/
dashboard.html
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
---
layout: default
title: Dashboard
---
<script defer src="/js/dash.js" async></script>
<h3>Extreme hacker panel</h3>
<p>Work in progress, I know this dashboard sucks.</p>
<div class="container">
<div class="row">
<div class="col-md-3">
<p2>IP</p2>
<input id="ip" type="text" placeholder="to redirect to">
</div>
<div class="col-md-2">
<p2>Port</p2>
<input id="port" type="text" placeholder="to redirect to">
</div>
<div class="col-md-5">
<p2>Subdomain</p2>
<input id="subdomain" type="text" placeholder="to redirect from">
</div>
<div class="col-md-2">
<p2>Ready?</p2>
<button id="add" style="width:100%">Add</button>
</div>
</div>
</div>
<div id="proxies">
</div>
<a href="/logout"><button>Logout</button></a>
<div id="error-box"></div>