-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="public/main/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Maple Symbols</title>
<meta content="Maple Symbols" property="og:title" />
<meta
content="An all-in-one tool which offers calculations, trends and helpful information regarding Arcane & Sacred Symbols."
property="og:description" />
<meta content="An intuitive Sacred & Arcane Symbol calculator and handbook for Maplestory" name="description" />
<meta content="https://maplesymbols.com/" property="og:url" />
<meta content="https://github.com/Hyporos/maple-symbols/blob/main/public/main/favicon.png?raw=true"
property="og:image" />
<meta content="50" property="og:image:width" />
<meta content="50" property="og:image:height" />
<meta content="#b18bd0" data-react-helmet="true" name="theme-color" />
<meta name="darkreader-lock">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>