geo.js fix

This commit is contained in:
NN Solex 2023-05-01 22:59:40 +03:00
parent 20c0224bc8
commit 4203301112
35 changed files with 556 additions and 23 deletions

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="english">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/theme/local.css" rel="stylesheet">
</head>
<body id="index" class="home">
<section id="content" class="body">
<div class="entry-content">
<p>The festival of the Golden Calf is approaching, and the whole town is buzzing with anticipation. People are putting up decorations and practicing music for the big day. I can feel the excitement building, but I'm not sure what to expect. The cultists seem to be especially fervent this year, and they've been constructing an elaborate shrine in the town square. I can't help but wonder what it means for the town and its people.</p>
</div>
</section>
</body>
<script src="/theme/platform.js"></script>
<script src="/theme/geo.js"></script>
</html>