-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
60 lines (57 loc) · 2.55 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
49
50
51
52
53
54
55
56
57
58
59
60
<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>SAMPLE</title>
<link rel="stylesheet" href="https://n2o.dev/blank.css" />
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
<link rel="stylesheet" href="https://n2o.dev/pro/pro.css" />
</head><body><nav>
<a href="https://erp.uno/en/">ERP</a>
<a href="https://sample.erp.uno" style="background:#ededed;">SAMPLE</a>
<a href="http://localhost:8004/app/index.htm">ADMIN</a>
</nav><header>
<a href="https://github.com/erpuno/sample"><img src="https://avatars.githubusercontent.com/u/4131155?s=400&u=5e1fb3f98771143ec08d91485e5a274ab60a5960&v=4" /></a>
<h1>SAMPLE</h1>
</header><aside>
<article>
<section>
<h3>SYNOPSIS</h3>
<div>SAMPLE is a simple idiomatic WebSocket chat on top
of in-memory PubSub message bus SYN and RocksDB or Mnesia storage.</div><br/>
<figure>
<code> $ git clone https://github.com/erpuno/sample
$ mix deps.get
$ iex -S mix
$ open http://localhost:8004/app/index.htm</code></figure>
</section>
<section>
<a name="plugin"></a><h3>MANUAL</h3>
<div><ul><li><a href="man/sample.htm">SAMPLE</a></li>
<li><a href="man/index.htm">INDEX</a></li>
<li><a href="man/login.htm">LOGIN</a></li></ul></div>
<br />
<div>
SEP 2024 © <a href="https://github.com/5HT">5HT</a> ISC
</div>
</section>
</article>
</aside><main>
<section>
<a name="SAMPLE"></a><h3>SAMPLE Application</h3>
<figure>
<figcaption>Picture 3. N2O Review Application</figcaption>
<img src="https://n2o.dev/img/n2o-ws.png" />
</figure>
</section>
<section>
<a name="plugin"></a><h3>Related Documents</h3>
<div>
<ul><li><a href="https://n2o.dev/articles/n2o.htm">N2O: PROTOCOL</a></li>
<li><a href="https://n2o.dev/articles/web.htm">N2O: SERVER</a></li>
<li><a href="https://n2o.dev/articles/history.htm">N2O: HISTORY</a></li>
<li><a href="https://n2o.dev/articles/pb.htm">N2O: PRIVATBANK</a></li></ul></div>
<br><center>˙</center>
</section>
</main><footer>
<br><center>˙</center><br>
Made with <span class="heart">❤</span> to N2O
</footer></body></html>