-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
48 lines (43 loc) · 1.36 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Title -->
<title>ZeroNetJS Web Test</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cosmo/bootstrap.min.css">
<link rel="stylesheet" href="page.css">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand">ZeroNetJS Web Test</a>
</div>
</div>
</nav>
<div class="container">
<center>
<h2><b>ZeroNetJS Web Test</b></h2>
<p><i>WARNING: Leaving this tab open for too long (1h) or using the examples currently blows up your RAM</i></p>
<h4 class="btn btn-primary" id="node-state">Loading...</h4>
<div id="controls" style="display: none;">
<h3><b>Tests</b></h3>
<div class="flex-center">
<h4 type="button" class="btn btn-primary" id="add-hello">Add ZeroHello Zite</h4>
</div>
</div>
</center>
<br>
<br>
<tt>
<div id="logfield">
</div>
</tt>
</div>
</body>
</html>
<script src="bundle.min.js"></script>