Selaa lähdekoodia

Initial Commit with index.html for new module

Signed-off-by: Michael Tang <michael.h.tang@gmail.com>
Michael Tang 5 vuotta sitten
commit
10eb483488
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12 0
      index.html

+ 12 - 0
index.html

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+
+<html>
+    <head>
+
+    </head>
+    <body>
+        <h1>Notes App</h1>
+        <h2>Take notes and never forget</h2>
+        <p>This applicaiton was created by Michael Tang</p>
+    </body>
+</html>