Browse Source

Initial commit

Thomas Buck 5 years ago
commit
52e1607764
2 changed files with 13 additions and 0 deletions
  1. 4
    0
      README.md
  2. 9
    0
      index.php

+ 4
- 0
README.md View File

@@ -0,0 +1,4 @@
1
+# Weight-Track
2
+
3
+Simple PHP SQL JavaScript weight tracker
4
+

+ 9
- 0
index.php View File

@@ -0,0 +1,9 @@
1
+<html>
2
+    <head>
3
+        <title>Weight-Track</title>
4
+    </head>
5
+    <body>
6
+        <h1>Hello World</h1>
7
+    </body>
8
+</html>
9
+

Loading…
Cancel
Save