-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (55 loc) · 4.25 KB
/
Copy pathindex.html
File metadata and controls
57 lines (55 loc) · 4.25 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<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">
<title>Map of Roshar | The Stormlight Archive</title>
<meta name="description" content="An interactive map and timeline of Roshar, the planet that Brandon Sanderson's The Stormlight Archive series takes place on.">
<meta property="og:title" content="Interactive Map & Timeline of Roshar">
<meta property="og:description" content="An interactive map and timeline of Roshar, the planet that Brandon Sanderson's The Stormlight Archive series takes place on.">
<meta property="og:site_name" content="17th Shard">
<meta property="og:type" content="website">
<meta property="og:url" content="%VUE_APP_PUBLIC_URL%">
<meta property="og:image" content="%VUE_APP_PUBLIC_URL%img/opengraph.png">
<meta property="og:image:alt" content="Logo showing map of Roshar in the background with the title 'Roshar' and subtitle 'Interactive Map & Timeline' overlayed">
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="es_ES" />
<meta property="og:locale:alternate" content="ru" />
<meta property="og:locale:alternate" content="tr" />
<meta property="og:locale:alternate" content="zh" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@17thShard">
<meta property="twitter:title" content="Interactive Map & Timeline of Roshar">
<meta property="twitter:description" content="An interactive map and timeline of Roshar, the planet that Brandon Sanderson's The Stormlight Archive series takes place on.">
<meta property="twitter:image" content="%VUE_APP_PUBLIC_URL%img/opengraph.webp">
<meta property="twitter:image:alt" content="Logo showing map of Roshar in the background with the title 'Roshar' and subtitle 'Interactive Map & Timeline' overlayed">
<link rel="shortcut icon" href="%VUE_APP_PUBLIC_URL%favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="%VUE_APP_PUBLIC_URL%favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-192x192.png">
<link rel="icon" type="image/png" sizes="160x160" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-160x160.png">
<link rel="icon" type="image/png" sizes="96x96" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="64x64" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-64x64.png">
<link rel="icon" type="image/png" sizes="32x32" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-16x16.png">
<link rel="apple-touch-icon" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="%VUE_APP_PUBLIC_URL%img/icons/favicon-180x180.png">
<link rel="mask-icon" href="%VUE_APP_PUBLIC_URL%img/icons/safari-pinned-tab.svg" color="#0f3562">
<meta name="msapplication-TileImage" content="%VUE_APP_PUBLIC_URL%img/icons/favicon-144x144.png">
<meta name="msapplication-config" content="%VUE_APP_PUBLIC_URL%browserconfig.xml">
</head>
<body>
<noscript>
<strong>We're sorry but this site doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/entry.js"></script>
</body>
</html>