new game 2
All checks were successful
Build Org Website / build (push) Successful in 45s

This commit is contained in:
gitea-actions
2026-05-16 21:29:12 +01:00
parent 9de58a438a
commit e436fe532c
6 changed files with 41 additions and 35 deletions

View File

@@ -1,11 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Rain Index</title>
<style>
:root {
#+TITLE: The Rain Index
#+OPTIONS: num:nil title:nil toc:nil
#+NO_SIDENOTES: t
#+DATE: <2026-05-16 Sat>
#+BEGIN_EXPORT html
<style>
:root {
--ink: #211b16;
--brown: #5f4631;
--paper: #e8ddc3;
@@ -741,10 +741,8 @@
transition-duration: 0.001ms !important;
}
}
</style>
</head>
<body>
<main class="game" id="game" aria-label="The Rain Index">
</style>
<main class="game" id="game" aria-label="The Rain Index">
<input class="word-catcher" id="wordCatcher" aria-label="archive input" autocomplete="off" spellcheck="false">
<div class="desk" id="desk">
<div class="zones" aria-hidden="true">
@@ -847,9 +845,8 @@
</div>
</section>
</main>
<script>
(() => {
<script>
(() => {
const game = document.getElementById("game");
const desk = document.getElementById("desk");
const roomsWrap = document.getElementById("rooms");
@@ -1310,6 +1307,5 @@
return items[Math.floor(Math.random() * items.length)];
}
})();
</script>
</body>
</html>
</script>
#+END_EXPORT