-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (41 loc) · 2.07 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
41
42
43
44
45
46
47
48
49
<!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">
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="🥺">
<meta name="twitter:description" content="👉👈">
<meta name="twitter:image" content="https://pleadingface.net/img/pleading_face.png">
<meta name="twitter:image:alt" content="The pleading face emoji in the style of Twitter Twemoji">
<meta property="og:type" content="website">
<meta property="og:title" content="🥺">
<meta property="og:description" content="👉👈">
<meta property="og:image" content="https://pleadingface.net/img/pleading_face.png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:image:alt" content="The pleading face emoji in the style of Twitter Twemoji">
<title>🥺 :pleading_face:</title>
</head>
<body>
<div class="main">
<div id="pleading-face" class="center">
<img class="emoji center" src="img/pleading_face.svg" alt="Pleading Face Emoji">
<div class="hands">
<img id="left-hand" class="emoji hand" src="img/point_right.svg" alt="Backhand Index Pointing Right Emoji">
<img id="right-hand" class="emoji hand" src="img/point_left.svg" alt="Backhand Index Pointing Left Emoji">
</div>
</div>
</div>
<footer class="footer">
By <a href="https://pony.dev" target="_blank">#ponydev</a>
(source available <a href="https://github.com/ponydevs/pleadingface" target="_blank">here</a>).
Emojis from <a href="https://github.com/twitter/twemoji" target="_blank">Twemoji</a>.
</footer>
</body>
</html>