forked from acornellier/not_even_close
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 719 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="/favicon.ico" rel="icon" />
<meta
content="width=device-width, initial-scale=1.0, user-scalable=no"
name="viewport"
/>
<meta
content="Not Even Close is a tool for World of Warcraft that will determine if you will live or die to enemy abilities in Mythic+ dungeon keys, given your stats and defensives"
name="description"
/>
<title>Not Even Close</title>
</head>
<body>
<div id="root"></div>
<link href="https://wow.zamimg.com/" rel="preconnect" />
<script src="/src/main.tsx" type="module"></script>
<script defer src="/wowheadtooltips.js"></script>
</body>
</html>