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
| | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="date" content='$date-meta$'>
<title>$title$ | olang</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<h1><span class="logo-name">olang</span> | O Programming Language</h1>
<nav>
<span>[ <a href="/">Home</a> ]</span>
<span>[ <a href="/manual/">Manual</a> ]</span>
<span>[ <a href="/pages/language-specification.html">Specification</a> ]</span>
<span>[ <a href="https://sr.ht/~johnnyrichard/olang/sources" target="_blank">Sources ↗</a> ]</span>
<span>[ <a href="https://sr.ht/~johnnyrichard/olang/lists" target="_blank">Mailing list ↗</a> ]</span>
</nav>
</header>
<article>
<h1>$title$</h1>
$toc$
$body$
</article>
<footer>
© 2024 olang maintainers
</footer>
</body>
</html>
|