summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <phil@d3r.com>2016-05-12 15:54:34 +0100
committerPhil Burton <phil@d3r.com>2016-05-12 15:54:34 +0100
commitfaf2116638cce5c2767949e380aebca9a241978d (patch)
tree800958acd4514bab50af950f1cea0c9f5c61e40e
parente39eada4d3f8a8626e2fb94ebcbcad507d33fa6e (diff)
Added folders and some filler content
-rw-r--r--web/css/index.css3
-rw-r--r--web/images/.gitkeep0
-rw-r--r--web/index.php2
3 files changed, 5 insertions, 0 deletions
diff --git a/web/css/index.css b/web/css/index.css
new file mode 100644
index 0000000..5b7e679
--- /dev/null
+++ b/web/css/index.css
@@ -0,0 +1,3 @@
+body {
+
+}
diff --git a/web/images/.gitkeep b/web/images/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/web/images/.gitkeep
diff --git a/web/index.php b/web/index.php
new file mode 100644
index 0000000..88dbdf4
--- /dev/null
+++ b/web/index.php
@@ -0,0 +1,2 @@
+<?php
+ echo "It Works";