-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
32 lines (32 loc) · 1.77 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
<!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" />
<meta name="application-name" content="Heroes 3 tools" />
<meta
name="description"
content="Tools to make playing Heroes of Might and Magic III: Horn of The Abyss easier: damage calculator, magic calculator, creature library"
/>
<meta name="color-scheme" content="light dark" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any" />
<link rel="apple-touch-icon" href="/favicon-apple.png" />
<meta name="theme-color" content="#c0b675" />
<title>Heroes 3 tools</title>
<meta property="og:title" content="Heroes 3 tools">
<meta property="og:description" content="Tools to make playing Heroes of Might and Magic III: Horn of The Abyss easier: damage calculator, magic calculator, creature library">
<meta property="og:url" content="https://heroes3tools.netlify.app">
<meta property="og:image" content="https://github.com/rudnovd/heroes3tools/blob/master/docs/calculator-image.png?raw=true">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="ru_RU">
<meta name="twitter:title" content="Heroes 3 tools">
<meta name="twitter:description" content="Tools to make playing Heroes of Might and Magic III: Horn of The Abyss easier: damage calculator, magic calculator, creature library">
<meta name="twitter:image" content="https://github.com/rudnovd/heroes3tools/blob/master/docs/calculator-image.png?raw=true">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>