-
Notifications
You must be signed in to change notification settings - Fork 1
/
forms.htm
50 lines (41 loc) · 1.52 KB
/
forms.htm
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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="Maxim Sokhatsky" />
<title>FORMS</title>
<link rel="stylesheet" href="css/blank.css?v=1" />
<link rel="stylesheet" href="css/forms.css?v=1" />
</head>
<body>
<nav>
<a href='index.html'>FIN</a>
<a href='actors.htm'>ACTORS</a>
<a href='forms.htm' style="background:#ededed;">FORMS</a>
</nav>
<aside>
<section>
<h2>FORMS</h2>
<p>Debug list of registered NITRO forms in the system.</p>
<br>
<div id=stand class="box">
</div>
<br>
<small>Зроблено з любов'ю <span class="heart">❤</span> до BPE</small>
</section>
</aside>
<main>
</main>
<script src='https://ws.n2o.dev/priv/utf8.js'></script>
<script src='https://ws.n2o.dev/priv/bert.js'></script>
<script src='https://ws.n2o.dev/priv/heart.js'></script>
<script src='https://ws.n2o.dev/priv/ieee754.js'></script>
<script src='https://ws.n2o.dev/priv/n2o.js?v=5'></script>
<script>host = location.hostname === 'bpe.n2o.dev' ? 'ns.synrc.com' : location.hostname; port = 8041;</script>
<script src='https://ws.n2o.dev/priv/ftp.js'></script>
<script src='https://nitro.n2o.dev/priv/js/nitro.js'></script>
<script>protos = [$bert]; N2O_start();</script>
</body>
</html>