initial commit
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 29 Mar 2016 18:46:10 +0000 (14:46 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 29 Mar 2016 18:46:10 +0000 (14:46 -0400)
glmfds.php [new file with mode: 0644]
index.html [new file with mode: 0644]

diff --git a/glmfds.php b/glmfds.php
new file mode 100644 (file)
index 0000000..f4a6bf1
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+echo '
+<html>
+    <head>
+    </head>
+    <body>
+        <p>Gaslight Media - Flight Data Capture</p>
+    </body>
+</html>
+';
+
+?>
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..3d1bf19
--- /dev/null
@@ -0,0 +1 @@
+Nothing here.