Skip to content

Commit 93bbdcc

Browse files
committed
Random Emojies Update
1 parent c847a8d commit 93bbdcc

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

21. Random Emojies/index.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
<!DOCTYPE html>
12
<html lang="en">
2-
<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>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="style.css" />
7+
<title>Random Emojies</title>
8+
</head>
9+
<body>
1110

12-
<script src="app.js"></script>
13-
</body>
14-
</html>
11+
<div id="emoji">🤣</div>
12+
13+
<script src="app.js"></script>
14+
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)