Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -11
index.html
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
<body>
|
| 10 |
<header>
|
| 11 |
<h1>Most Popular Users Leaderboard</h1>
|
|
@@ -111,7 +111,6 @@
|
|
| 111 |
</form>
|
| 112 |
</section>
|
| 113 |
</main>
|
|
|
|
| 114 |
</body>
|
| 115 |
-
</html>
|
| 116 |
-
|
| 117 |
-
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Most Popular Users Leaderboard</title>
|
| 7 |
+
<link rel="stylesheet" href="styles.css">
|
| 8 |
+
</head>
|
| 9 |
<body>
|
| 10 |
<header>
|
| 11 |
<h1>Most Popular Users Leaderboard</h1>
|
|
|
|
| 111 |
</form>
|
| 112 |
</section>
|
| 113 |
</main>
|
| 114 |
+
<script src="scripts.js"></script>
|
| 115 |
</body>
|
| 116 |
+
</html>
|
|
|
|
|
|