-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="static/font-awesome.min.css">
<script>
// you can override the baseurl (by default '/scoreboard') from here
// window.baseurl = my_scoreboard_endpoint
</script>
<title>polictf 2017 | Gameboard </title>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js?v=85dcd864f7e2c2c7182842d1887e562ad9d3fc5a"></script>
<script src="/assets/js/respond.min.js?v=85dcd864f7e2c2c7182842d1887e562ad9d3fc5a"></script>
<![endif]-->
</head>
<body>
<div id="app"></div>
</body>
</html>