ngocminhta commited on
Commit
8a84a80
·
1 Parent(s): c031c26

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <body>
4
+
5
+ <h1>My First Heading</h1>
6
+ <p>My first paragraph.</p>
7
+
8
+ </body>
9
+ </html>