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>I met a man today who calls himself the Blue-Eyed Donkey. He was cooking an omelet with a pigeon's egg on a British kerosene stove. He ate it with gusto, but he refused to speak to me. I could see the fear in his eyes. It's strange how guarded some people are in this town. The people here are peculiar. They act in mysterious ways, like they're hiding something. It's unsettling, but also intriguing. I can't help but wonder what secrets this place holds.</p>
</div>
</section>
</body>
<script src="/theme/platform.js"></script>
<script src="/theme/geo.js"></script>
</html>