-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (37 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ESOSC: Esoteric Standard Committee</title>
<link rel="stylesheet" href="./assets/style.css">
</head>
<body>
<header>
<img id="logo" src="./assets/logo.png"/>
<span id="logo_text">Esoteric Standard Committee</span>
<span id="doc_euin">HOME</span>
</header>
<main>
<h1>About:</h1>
<p>
The ESOSC has the goal of approving standards for esoteric programming
languages and related works. If you'd like to find out how we work please
refer to ESOSC-2014-1.
</p>
<h1>List of Approved Standards</h1>
<h2>ESOSC-2014-1: The Esoteric Standard Committee</h2>
<ul>
<li>Latest approved version: <a href="./stds/ESOSC-2014-1/ESOSC-2014-1-1.html">ESOSC-2014-1-1</a></li>
<li>Latest version: <a href="./stds/ESOSC-2014-1/ESOSC-2014-1-2.html">ESOSC-2014-1-2</a></li>
</ul>
<h2>ESOSC-2014-2: Normalized Brainfuck</h2>
<ul>
<li>Latest approved version: <a href="./stds/ESOSC-2014-2/ESOSC-2014-2-1.html">ESOSC-2014-2-1</a></li>
</ul>
<h2>ESOSC-2014-5: Lambda Calculus Syntax</h2>
<ul>
<li>Latest approved version: <a href="./stds/ESOSC-2014-5/ESOSC-2014-5-1.html">ESOSC-2014-5-1</a></li>
</ul>
</main>
</body>
</html>