From cda08750ac7cdd83e73c1110800bea39928ffed9 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 21 Mar 2016 21:49:29 +0100 Subject: Use public directory --- public/index.html | 21 +++++++++++++++++++++ public/style.css | 9 +++++++++ 2 files changed, 30 insertions(+) create mode 100644 public/index.html create mode 100644 public/style.css (limited to 'public') diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..6155f3c --- /dev/null +++ b/public/index.html @@ -0,0 +1,21 @@ + + + + + + cAtchVoid + + + + + + + + + + + diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..4281b43 --- /dev/null +++ b/public/style.css @@ -0,0 +1,9 @@ +body { margin: 0; } + +body > div { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; +} -- cgit v1.2.3