-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (30 loc) · 1.67 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" />
<link rel="icon" href="src/assets/img/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WoWSims - Classic WoW Simulations</title>
<meta
name="description"
content="Open-source simulations for World of Warcraft® Classic."
/>
<!-- SEO tags -->
<meta property="og:title" content="WoWSims - Classic WoW Simulations" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Open-source simulations for World of Warcraft® Classic." />
<meta property="og:description" content="Open-source simulations for World of Warcraft® Classic." />
<link rel="canonical" href="https://wowsims.github.io" />
<meta property="og:url" content="https://wowsims.github.io" />
<meta property="og:site_name" content="WoWSims - Classic WoW Simulations" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="WoWSims - Classic WoW Simulations" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Welcome to WoWSims! This is a community-driven project to provide simulations for World of Warcraft® Classic™ Classes & Raids together with the leading theorycrafters and class representatives.","headline":"WoWSims - Classic WoW Simulations","name":"WoWSims - Classic WoW Simulations","url":"http://localhost:4000/"}</script>
</head>
<body>
<div id="homepage"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>