From db7d3de92446a3fbda8e1c40ed491b9942639f44 Mon Sep 17 00:00:00 2001 From: Physcik Date: Thu, 25 Dec 2025 18:58:29 +0500 Subject: Structure pt 1 --- static/common.css | 3 +++ static/favicon.ico | Bin 0 -> 67758 bytes templates/index.html | 9 +++++++++ 3 files changed, 12 insertions(+) create mode 100644 static/common.css create mode 100644 static/favicon.ico create mode 100644 templates/index.html diff --git a/static/common.css b/static/common.css new file mode 100644 index 0000000..b670fe9 --- /dev/null +++ b/static/common.css @@ -0,0 +1,3 @@ +html { + background-color: lightgray; +} diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..0112a37 Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..2415956 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,9 @@ + + + + + + +

Under construction

+ + -- cgit v1.3