mvaloatto commited on
Commit
25c2a97
1 Parent(s): b27d324

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -11
index.html CHANGED
@@ -1,11 +1,11 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
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>