diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-22 19:55:16 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-22 19:55:16 -0500 |
commit | a9c7d436f54d8a9b22e0ea21c16e86464980fa68 (patch) | |
tree | 599fe3cc5f74750d47a5b64302aa47d97b1d45b3 /index.html |
init
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..b623c2e --- /dev/null +++ b/index.html @@ -0,0 +1,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> + |