This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user