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