-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 1.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Terraria Achievement Editor | EXtremeExploit</title>
<meta content="Terraria Achievements Save Editor" property="title" />
<meta content="Terraria Achievements Save Editor" property="og:title" />
<meta content="Terraria Achievements Save Editor" property="twitter:title" />
<meta content="A site to make changes to your achievements file for Terraria with tModLoader support" name="description" />
<meta content="A site to make changes to your achievements file for Terraria with tModLoader support" property="og:description" />
<meta content="A site to make changes to your achievements file for Terraria with tModLoader support" property="twitter:description" />
<meta content="https://terrariaeditor.pedro.moe" property="og:url" />
<meta name="keywords"
content="terraria,achievements,editor,game,steam,tmodloader" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00FF00" />
<meta name="darkreader" content="twi twi">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>