summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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";