summaryrefslogtreecommitdiff
path: root/index.html
blob: 5690c967c1b6631fdd0e43ad908ce22ec3aa1b02 (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
30
31
32
33
34
35
36
<!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>
			<p>
				<a href="/spectral-renga">Spectral Renga</a>
				is a collaborative graph of poetry.
			</p>
			<p>
				<a href="/antiquitysort">Antiquitysort</a>
				is a mission to restore the well-ordering of our cultural histories.
			</p>
			<p>
				<a href="/sumcheck">Sumcheck</a>
				is a decider for Presburger arithmetic.
			</p>
			<p>
				<a href="/well-ordered">Well-Ordered</a>
                computes the most efficient way to incrementally recreate 77 IBA cocktails.
			</p>
			<p>
				<a href="/prosodyle">Prosodyle</a>
                is like Wordle but for poetry.
			</p>
		</div>
	</body>
</html>