chiark / gitweb /
Fairly basic Web page for my KaiOS release of Simon's puzzles
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 30 Jan 2023 22:15:14 +0000 (22:15 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 30 Jan 2023 22:15:14 +0000 (22:15 +0000)
This is mostly so that people can find some evidence they exist on my
Web site.

index.xhtml [new file with mode: 0644]
style.css [new file with mode: 0644]

diff --git a/index.xhtml b/index.xhtml
new file mode 100644 (file)
index 0000000..13e7602
--- /dev/null
@@ -0,0 +1,52 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <link rel="stylesheet" href="style.css"/>
+    <title>Simon Tatham's Puzzles for KaiOS</title>
+  </head>
+  <body>
+    <h1>Simon Tatham's Puzzles for KaiOS</h1>
+    <p>
+      <a href="https://www.kaiostech.com">KaiOS</a> is an operating
+      system for relatively cheap mobile phones.
+      <a href="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/">
+        Simon Tatham's Portable Puzzle Collection
+      </a>
+      is a collection of small puzzle games perfect for mobile phones.
+      This page describes my
+      (<a href="https://bjh21.me.uk">Ben Harris</a>'s)
+      version of those puzzles to run on KaiOS.
+    </p>
+    <p>
+      KaiOS versions of some of the puzzles are available from the
+      KaiStore.  These versions are tested and have (voluntary)
+      advertisements through KaiAds.  So far you can get:
+    </p>
+    <ul>
+      <li>
+        <a href="https://www.kaiostech.com/store/apps/?bundle_id=uk.me.bjh21.pearl">
+          Pearl
+        </a>
+      </li>
+      <li>
+        <a href="https://www.kaiostech.com/store/apps/?bundle_id=uk.me.bjh21.signpost">
+          Signpost
+        </a>
+      </li>
+    </ul>
+    <p>Further puzzles will be in the KaiStore soon.</p>
+    <p>Development versions of the puzzles are available
+      <a href="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/kaios/">
+        from Simon's Web site
+      </a>.
+      You can install these on some phones using the KaiOS developer
+      tools, and probably by other means as well.  Since they're built
+      automatically, they may or may not actually work.  They do not
+      have any advertisements.
+    </p>
+    <p>
+      Please send bug reports, questions, patches etc regarding the
+      KaiOS port to
+      <a href="mailto:bjh21@bjh21.me.uk">bjh21@bjh21.me.uk</a>.
+    </p>
+  </body>
+</html>
diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..44c9c4f
--- /dev/null
+++ b/style.css
@@ -0,0 +1,4 @@
+body {
+    max-width: 40em;
+}
+