-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 1.25 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
<!doctype html>
<html>
<head>
<title>Kerbal Space Tracking</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com https://cdn.rawgit.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:; connect-src *;">
<link rel="shortcut icon" href="img/icons/favicon.ico">
<link rel="icon" type="image/png" href="img/icons/favicon.png" sizes="48x48">
<link rel="icon" type="image/png" href="img/icons/favicon2x.png" sizes="96x96">
<link rel="manifest" href="manifest.json">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<link rel="stylesheet" href="styles/style.css" />
<link rel="stylesheet" href="styles/grid.css" />
<script type="text/javascript" src="https://cdn.rawgit.com/dcodeIO/protobuf.js/master/dist/protobuf.min.js"></script>
<script defer="defer" type="text/javascript" src="browser.js"></script>
</head>
<body>
<h1>Kerbal Space Tracking</h1>
<div id="mainview">
</div>
</body>
</html>