-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemoji-list.html
35 lines (34 loc) · 1.45 KB
/
emoji-list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Website</title>
<link rel="stylesheet" href="main.css">
</head>
<body class="light-theme">
<a href ="index.html">Main Page</a>
<a href ="first-emoji.html">First Uses of Emoji</a>
<a href ="Beginning-of-Computer-Emoji.html">Beginning of Computer Emoji</a>
<a href ="Unicode-Consortium.html">Getting Emoji as a Standard</a>
<a href ="Emojis-of-Today.html">The Emojis of Today</a>
<a href ="emoji-list.html">Emoji List</a>
<div>
<button class="btn">Dark</button>
</div>
<h1>The following is a list of various Emojis</h1>
<h2>ASCII Smiley Emoji</h2>
<a href = "Beginning-of-Computer-Emoji.html"> <img src="ascii-smiley-emoticon.jpg"> </a>
<h3>Kaomoji Shrug</h3>
<a href = "Beginning-of-Computer-Emoji.html"> <img src="shrug-emoticon-japanese-kaomoji.webp"> </a>
<h4>Sad Face Emoji</h4>
<a href = "Emojis-of-Today.html"> <img src="Sad-Face-Emoji.png"> </a>
<h5>Smiling Face Emoji</h5>
<a href = "Emojis-of-Today.html"> <img src="smiling-emoji.jpeg"> </a>
<h6>Skull-Face Emoji</h6>
<a href = "Emojis-of-Today.html"> <img src="skull-emoji.png"> </a>
<script src="app.js"></script>
<noscript>You need to enable Javascript to view the full site</noscript>
</body>
</html>