commit d88782b820b8cb6958bbba2680559cc775e937cf Author: jreichmann <34141868+jreichmann@users.noreply.github.com> Date: Fri May 18 11:52:14 2018 +0200 Initial commit: first draft of layout diff --git a/dark_theme.css b/dark_theme.css new file mode 100644 index 0000000..1853be9 --- /dev/null +++ b/dark_theme.css @@ -0,0 +1,4 @@ +html, body { + background-color: black; + color: white; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..f2aff4b --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ + + +
+ + +