diff options
author | Phil Burton <phil@d3r.com> | 2016-05-12 15:54:34 +0100 |
---|---|---|
committer | Phil Burton <phil@d3r.com> | 2016-05-12 15:54:34 +0100 |
commit | faf2116638cce5c2767949e380aebca9a241978d (patch) | |
tree | 800958acd4514bab50af950f1cea0c9f5c61e40e /web | |
parent | e39eada4d3f8a8626e2fb94ebcbcad507d33fa6e (diff) |
Added folders and some filler content
Diffstat (limited to 'web')
-rw-r--r-- | web/css/index.css | 3 | ||||
-rw-r--r-- | web/images/.gitkeep | 0 | ||||
-rw-r--r-- | web/index.php | 2 |
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"; |