forked from erpuno/asn1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (37 loc) · 1.41 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
<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>ASN.1</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://ASN.1.erp.uno" style="background:#ededed;">ASN.1</a>
</nav><header>
<a href="https://github.com/erpuno/asn1"><img src="https://openmoji.org/data/color/svg/260E.svg" /></a>
<h1>ASN.1</h1>
</header><aside>
<article>
<section>
<h3>SYNOPSIS</h3>
<div>ASN.1 Swift Code Generation Compiler.</div><br/>
<figure>
<code> $ ./asn1.ex compile</code>
</figure>
</section>
<section>
<h3>ENCODINGS</h3>
<div><ul><li>BER</li>
<li>DER</li>
</ul></div>
<br />
<div>
AUG 2023 © <a href="https://github.com/5HT">5HT</a> DHARMA<br />
VER 0.9.1
</div>
</section>
</article>
</aside><main>
</main><footer>
Made with <span class="heart">❤</span> to N2O
</footer></body></html>