Procházet zdrojové kódy

Initial Commit with index.html for new module

Signed-off-by: Michael Tang <michael.h.tang@gmail.com>
Michael Tang před 5 roky
revize
10eb483488
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  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>