forked from o3/o3.click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (57 loc) · 2.05 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
61
62
63
64
65
66
67
<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>O3 ECO</title>
<link rel="stylesheet" href="https://synrc.space/synrc.css" />
</head>
<body>
<nav>
<a href='https://n2o.space'>ECO</a>
<a href='https://github.com/o3'>O3</a>
<a href='https://n2o.o3.click'>N2O</a>
<a href='https://nitro.o3.click'>NITRO</a>
</nav>
<header>
<a href="https://n2o.space"><img src="o3.svg?v=1"></a>
<h1>O3 ECO</h1>
</header>
<aside>
<article>
<section>
<h3>SYNOPSIS</h3>
<div>
This project introduces N2O protocols for Haskell programming language.
The aim is to be compatible at transport level with Erlang version of N2O.
</div>
<h3>Stack</h3>
<ul style="color:white">
<li><a href="https://n2o.o3.click">o3/n2o</a> — N2O 0.11 HS</li>
<li><a href="https://nitro.o3.click">o3/nitro</a> — NITRO 0.11</li>
<li><a href="https://sample.o3.click">o3/sample</a> — SAMPLE 0.11</li>
</ul>
</section>
</article>
</aside>
<main>
<section>
<h3>N2O for Haskell</h3>
</section>
<section>
<a name=modules></a><h3>CONTRIBUTORS</h3>
<ul>
<li><b><a href="https://github.com/5HT">5HT</a></b> — Maxim Sokhatsky <div class=desk>— General View</div></li>
<li><b><a href="https://github.com/nponeccop">nponeccop</a></b> — Andy Melnikov <div class=desk>— First Version </div></li>
<li><b><a href="https://github.com/xafizoff">xafizoff</a></b> — Marat Khafizov <div class=desk>— Second Version </div></li>
</ul>
<br><br>
</section>
</main>
<footer>
Made with <span class="heart">❤</span> to Haskell
</footer>
</body>
</html>