-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.88 KB
/
index.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
36
37
38
39
40
<!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>
<h1>Emojis</h1>
<p id="msg">Emojis are new communication symbols for the following reasons:</p>
<ul>
<li class="list">They simplify communication by showing visually what text shows</li>
<li class="list">They are very easy to pick up and use</li>
<li>They also are universally recognizable as they are faces</li>
</ul>
<div>
<button class="btn">Dark</button>
</div>
<a href = "first-emoji.html"><img src="Plus sign.webp"></a>
<a href = "Beginning-of-Computer-Emoji.html"><img src="ascii-smiley-emoticon.jpg"></a>
<a href ="Unicode-Consortium.html"><img src="unicode-consortium.jpg"></a>
<a href = "Emojis-of-Today.html"><img src="emoji-mvie.jpeg"></a>
<a href = "emoji-list.html"><img src="Sad-Face-Emoji.png"></a>
<h2>The following is a video detailing the history of the emoji</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ylVVhqH-cbA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<script src="app.js"></script>
<noscript>You need to enable Javascript to view the full site</noscript>
</body>
</html>