split into multiple soupault sites

This commit is contained in:
Alexander 2025-06-10 13:07:54 -04:00
parent 988b14da4d
commit 864544624c
209 changed files with 221 additions and 1416 deletions

View file

@ -1,20 +0,0 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title> <!-- set automatically, see soupault.conf --> </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/index.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<script>
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;
document.documentElement.className = class_;
</script>
</head>
<body>
<main class="container">
</main>
</body>
</html>