public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
98cc3483ccea3000369926ab395c960ee7226046 blob 1310 bytes (raw)

 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
 
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="date" content='$date-meta$'>
    <title>$title$ | olang</title>
    <style>
      :root {
        --background-color: #2e3533;
        --text-color: white;
      }
      body {
        background: #2e3533;
        color: white;
        font-family: monospace;
        font-size: 1.1rem;
        margin: 0;
        padding: 0;
      }
      a {
        color: #8c91db;
      }
      article, nav, header, footer {
        max-width: 820px;
        margin: 10px auto;
      }
      header, footer {
        margin: 70px auto;
      }
      article {
        line-height: 1.75rem;
      }
    </style>
  </head>
  <body>
    <header>
      <h1>∅lang | The zero programming language.</h1>
      <nav>
        <a href="/">Index</a> |
        <a href="/pages/getting-started.html">Getting started (WIP)</a> |
        <a href="/pages/hacking.html">Hacking (WIP)</a> |
        <a href="https://sr.ht/~johnnyrichard/olang/sources" target="_blank">Sources ↗</a> |
        <a href="https://sr.ht/~johnnyrichard/olang/lists" target="_blank">Mailing list ↗</a> 
      </nav>
    </header>
    <article>
      <h1>$title$</h1>

      $body$
    </article>
    <footer>
      © 2024 olang maintainers
    </footer>
  </body>
</html>
debug log:

solving 98cc348 ...
found 98cc348 in https://git.johnnyrichard.com/olang.git

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox