-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="darkreader-lock" />
<!-- Primary Meta Tags -->
<title>Another emoji picker</title>
<meta name="title" content="Another emoji picker" />
<meta name="description" content="A simple ADS free emoji picker" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="Utility" />
<meta property="og:title" content="Another emoji picker" />
<meta property="og:description" content="A simple ADS free emoji picker" />
<!-- Twitter -->
<meta property="twitter:card" content="Utility" />
<meta property="twitter:url" content="hson.fr" />
<meta property="twitter:title" content="Another emoji picker" />
<meta property="twitter:description" content="A simple ADS free emoji picker" />
<script src="/src/main.jsx" type="module"></script>
</head>
<body>
<div id="root"></div>
<base href="/another-emoji-picker/">
</body>
</html>