From: Ben Harris Date: Mon, 30 Jan 2023 22:15:14 +0000 (+0000) Subject: Fairly basic Web page for my KaiOS release of Simon's puzzles X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=ea39c988e352c74159e3cf6a2bbc04119049a677;p=puzzles-kaios.git Fairly basic Web page for my KaiOS release of Simon's puzzles This is mostly so that people can find some evidence they exist on my Web site. --- ea39c988e352c74159e3cf6a2bbc04119049a677 diff --git a/index.xhtml b/index.xhtml new file mode 100644 index 0000000..13e7602 --- /dev/null +++ b/index.xhtml @@ -0,0 +1,52 @@ + + + + Simon Tatham's Puzzles for KaiOS + + +

Simon Tatham's Puzzles for KaiOS

+

+ KaiOS is an operating + system for relatively cheap mobile phones. + + Simon Tatham's Portable Puzzle Collection + + is a collection of small puzzle games perfect for mobile phones. + This page describes my + (Ben Harris's) + version of those puzzles to run on KaiOS. +

+

+ 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: +

+ +

Further puzzles will be in the KaiStore soon.

+

Development versions of the puzzles are available + + from Simon's Web site + . + 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. +

+

+ Please send bug reports, questions, patches etc regarding the + KaiOS port to + bjh21@bjh21.me.uk. +

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..44c9c4f --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body { + max-width: 40em; +} +