blob: b623c2e602bd9ec9e60cfb7f799329cba8f07bf5 (
plain)
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
|
<!DOCTYPE HTML>
<html>
<head>
<title>cyfraeviolae</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico">
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<div class="container">
<a class="title" href="https://cyfraeviolae.org">cyfraeviolae.org</a>
<hr>
<p>
<a href="https://spectralrenga.cyfraeviolae.org">Spectral Renga</a>
is a collaborative graph of poetry.
</p>
<p>
<a href="https://antiquitysort.cyfraeviolae.org">Antiquitysort</a>
is a mission to restore the well-ordering of our cultural histories.
</p>
<p>
<a href="https://sumcheck.cyfraeviolae.org">Sumcheck</a>
is a decider for Presburger arithmetic.
</p>
</div>
</body>
</html>
|