Spaces:
Running
Running
Update index.html
Browse files- index.html +16 -18
index.html
CHANGED
@@ -1,19 +1,17 @@
|
|
1 |
-
<!
|
2 |
-
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
</div>
|
18 |
-
</body>
|
19 |
</html>
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>Index</title>
|
6 |
+
</head>
|
7 |
+
<body>
|
8 |
+
<h1>
|
9 |
+
Index
|
10 |
+
</h1>
|
11 |
+
|
12 |
+
|
13 |
+
<h3>
|
14 |
+
<a href="home.html">home</a>
|
15 |
+
</h3>
|
16 |
+
</body>
|
|
|
|
|
17 |
</html>
|