From aaff8291da80c0224128ddca5245b7c548fc5723 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 29 Mar 2025 23:46:36 +0500 Subject: [PATCH] Add base --- css/style.css | 10 ++++++++++ index.html | 11 +++++++++++ js/index.js | 0 3 files changed, 21 insertions(+) create mode 100644 css/style.css create mode 100644 index.html create mode 100644 js/index.js diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..666e43a --- /dev/null +++ b/css/style.css @@ -0,0 +1,10 @@ +:root { + color-scheme: dark; + font-family: monospace; + font-size: 16px; +} + +body { + margin: auto; + max-width: 768px; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..e0bbd6a --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + +