Create index.html
Browse files- index.html +9 -0
index.html
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title> Test </title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<h1> Test 1</h1>
|
8 |
+
</body>
|
9 |
+
</html>
|