Explorar el Código

Initial Commit with index.html for new module

Signed-off-by: Michael Tang <michael.h.tang@gmail.com>
Michael Tang hace 5 años
commit
10eb483488
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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>