-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
32 lines (32 loc) · 1.31 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-US">
<head>
<meta charset="UTF-8">
<meta name="description" content="A web based War Thunder statistics data visualization.">
<meta name="keywords" content="War Thunder,WT Data Project,War Thunder Data Project">
<meta name="author" content="ControlNet">
<title>WT Data Project</title>
<link rel="icon" href="/img/logo.ico">
<link rel="stylesheet" type="text/css" href="index.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MKCBYJJ8DB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MKCBYJJ8DB');
</script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "ba266901949a43388e3e08ffc263df47"}'></script>
<!-- End Cloudflare Web Analytics -->
</head>
<body>
<ul id="navbar"></ul>
<div id="main-div">
<div id="sidebar"></div>
<div id="content"></div>
</div>
<img src="https://getloli.controlnet.space/get/@wt-data-project?theme=rule34" alt="" style="display: none" id="stat">
</body>
<script src="dist/bundle.js"></script>
</html>