-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (91 loc) · 3.33 KB
/
index.html
File metadata and controls
100 lines (91 loc) · 3.33 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="Access and download game page resources for Tower Defense Simulator and ALTER EGO."
/>
<meta property="og:title" content="TDS Page Resources" />
<meta
property="og:description"
content="Access and download game page resources for Tower Defense Simulator and ALTER EGO."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://resources.tds-editor.com/" />
<meta
property="og:image"
content="https://tds-editor.com/htmlassets/thumbnail.png?v=3"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="TDS Page Resources" />
<meta name="twitter:title" content="TDS Page Resources" />
<meta
name="twitter:description"
content="Access and download game page resources for Tower Defense Simulator and ALTER EGO."
/>
<meta
name="twitter:image:src"
content="https://tds-editor.com/htmlassets/thumbnail.png?v=3"
/>
<meta name="theme-color" content="#035D7C" />
<meta name="apple-mobile-web-app-title" content="TDS:SE" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/png"
href="https://raw.githubusercontent.com/Paradoxum-Wikis/TDS-Stats-Editor/refs/heads/main/public/htmlassets/favicon-96x96.png"
sizes="96x96"
/>
<link
rel="icon"
type="image/svg+xml"
href="https://raw.githubusercontent.com/Paradoxum-Wikis/TDS-Stats-Editor/refs/heads/main/public/htmlassets/favicon.svg"
/>
<link
rel="shortcut icon"
href="https://raw.githubusercontent.com/Paradoxum-Wikis/TDS-Stats-Editor/refs/heads/main/public/htmlassets/favicon.ico"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="https://raw.githubusercontent.com/Paradoxum-Wikis/TDS-Stats-Editor/refs/heads/main/public/htmlassets/apple-touch-icon.png"
/>
<link
rel="manifest"
href="https://raw.githubusercontent.com/Paradoxum-Wikis/TDS-Stats-Editor/refs/heads/main/public/htmlassets/site.webmanifest"
/>
<script type="module" src="/src/main.ts"></script>
<link rel="canonical" href="https://resources.tds-editor.com/" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-D48H2PL948"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-D48H2PL948");
</script>
<title>Paradoxum Game Page Resources</title>
</head>
<body>
<div id="app"></div>
</body>
</html>