From 49d85ff51c54becec335958c8fb71fdcd4f9a704 Mon Sep 17 00:00:00 2001 From: NightlyMania Date: Tue, 24 May 2022 15:03:26 +0200 Subject: [PATCH] Initial commit. --- index.html | 13 +++++++++++++ static/nightlycss.css | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 index.html create mode 100644 static/nightlycss.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..f4946a5 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Hello world! + + + +

Hello world!

+ + \ No newline at end of file diff --git a/static/nightlycss.css b/static/nightlycss.css new file mode 100644 index 0000000..5f145f5 --- /dev/null +++ b/static/nightlycss.css @@ -0,0 +1,6 @@ +:root { + --bgcolour: #313131; +} +body { + background-color: var(--bgcolour); +} \ No newline at end of file