From 1f93bb80f674b7232f5ddecc3e2814387dddf178 Mon Sep 17 00:00:00 2001 From: louisafriederike Date: Mon, 4 Sep 2023 11:28:51 +0200 Subject: [PATCH] testing expo arduinos --- public/index.html | 82 ++++++++--------- public/riddles.html | 216 ++++++++++++++++++++++++++++++++++++++++++++ public/style.css | 6 +- x.html | 0 4 files changed, 259 insertions(+), 45 deletions(-) create mode 100644 public/riddles.html create mode 100644 x.html diff --git a/public/index.html b/public/index.html index d370d6c..0f09d26 100644 --- a/public/index.html +++ b/public/index.html @@ -15,58 +15,56 @@ - +

Welcome to Eixogen, "player name".

-
--> + + +
- - -
- - -
- -

~* *..* eixogen phase 1: 15.09 ~ 01.10 ~~

+
+ - - + + -
--> +
diff --git a/public/riddles.html b/public/riddles.html new file mode 100644 index 0000000..9878979 --- /dev/null +++ b/public/riddles.html @@ -0,0 +1,216 @@ + + + + eixogen + + + + + + + + + + + + +
+
+
+ + +
+ + +
+ +
+ + +
+ +




+

mechanical fireflies

+

15.09 ~ 12.11

+

51.915909, 4.4778599

+
+ + +

>>> CACHE CODE:

+
+ +


+ + +
+ +
+

description

+
+ + + + + +
+ +

+
+ +
+

+
+
+ ↪ log +
+ + +
+

LOG 1 03:02:00 02-04-22 PORT: 9.1.13.

+
+
+

LOG 2 02:42:00 13-04-22 PORT: 16.18.15.

+
+
+

LOG 3 03:36:00 25-04-22 PORT: 20.5.3.

+
+
+

LOG 4 03:86:00 07-05-22 PORT: 20.15.18

+
+
+

LOG 5 06:86:00 17-05-22 PORT: 868

+
+ +
+

+ +
+
+ ↪ +
+ +
+ + + +
+ +
+ + +
+ +
+ + + + + + + + + + + diff --git a/public/style.css b/public/style.css index 273b29c..75ed5df 100644 --- a/public/style.css +++ b/public/style.css @@ -19,7 +19,7 @@ body { font: 1.0em/1.6 'Inconsolata', monospace; color: #c9cdc0; font-weight: 400; - background-color: #000; + background-color: #736c9f; text-shadow: #FF4800; /* overflow-y: hidden; overflow-x: hidden; */ @@ -150,7 +150,7 @@ body { } button{ - background-color: #b8bfb7; + background-color: #bd3e00; font: 1.2em/1.6 'Inconsolata', monospace; color:black; border-radius: 5px; @@ -321,7 +321,7 @@ button:active{ padding: 5px; margin-bottom:6px; color: rgb(37, 37, 37); - background-color: #e1e631ed; + background-color: #a5bad5ed; } .flex-container2 { diff --git a/x.html b/x.html new file mode 100644 index 0000000..e69de29