We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c847a8d commit 93bbdccCopy full SHA for 93bbdcc
21. Random Emojies/index.html
@@ -1,14 +1,16 @@
1
+<!DOCTYPE html>
2
<html lang="en">
- <head>
3
- <meta charset="UTF-8" />
4
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Random Emojies</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div id="emoji">🤣</div>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="style.css" />
+ <title>Random Emojies</title>
+</head>
+<body>
11
12
- <script src="app.js"></script>
13
- </body>
14
-</html>
+ <div id="emoji">🤣</div>
+
+ <script src="app.js"></script>
15
+</body>
16
+</html>
0 commit comments