Update public/index.html
Browse files- public/index.html +1 -1
public/index.html
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
<ul id="messages"></ul>
|
36 |
<form id="form" action="" style="display: none;">
|
37 |
<input id="input" autocomplete="off" placeholder="Type your message..." />
|
38 |
-
<button>Send</button> <button onclick="location.reload()">Reload (beta)</button> <button onclick="location.href = 'https://google.com'">Google</button> </button><button onclick="" disabled>Restart server</button> <button onclick="alert('12-12-3500')">Nitro Expiry Date</button>
|
39 |
</form>
|
40 |
|
41 |
<script src="/socket.io/socket.io.js"></script>
|
|
|
35 |
<ul id="messages"></ul>
|
36 |
<form id="form" action="" style="display: none;">
|
37 |
<input id="input" autocomplete="off" placeholder="Type your message..." />
|
38 |
+
<button>Send</button> <button onclick="location.reload()">Reload (beta)</button> <button onclick="location.href = 'https://google.com'">Google</button> <button onclick="location.href = 'https://bing.com'">Bing</button> </button><button onclick="" disabled>Restart server</button> <button onclick="alert('12-12-3500')">Nitro Expiry Date</button>
|
39 |
</form>
|
40 |
|
41 |
<script src="/socket.io/socket.io.js"></script>
|