-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
28 lines (26 loc) · 999 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Aurelia</title>
<meta property="og:url" content="https://d2d2uteko3pi6.cloudfront.net/stats/index.html"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="3223 stats"/>
<meta property="og:description" content="bot scouting conducted by 3223"/>
<meta property="og:image" content="https://d2d2uteko3pi6.cloudfront.net/stats/static/biglogo.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="stats.webmanifest">
<link rel="icon" href="static/3223.png">
</head>
<body aurelia-app="main">
<script src="scripts/vendor-bundle.js" data-main="aurelia-bootstrapper"></script>
<!-- sw-precache -->
<script>
if ('serviceWorker' in navigator && false) {
navigator.serviceWorker.register('/sw.js').then(function() {
});
}
</script>
<!-- end-sw-precache -->
</body>
</html>