2015-07-20 09:41:58 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
|
|
|
|
<title>Skulks with Shotguns</title>
|
|
|
|
|
|
|
|
<link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="/css/theme.css">
|
|
|
|
<link rel="stylesheet" href="/css/timeline.css">
|
|
|
|
<link rel="stylesheet" href="/css/app.css">
|
|
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
2015-07-20 22:47:18 +00:00
|
|
|
<script src="/js/socket.io-1.3.5.js"></script>
|
2015-07-20 09:41:58 +00:00
|
|
|
<script src="/js/theme.js"></script>
|
2015-07-20 22:47:18 +00:00
|
|
|
<script src="/js/react-0.13.3.min.js"></script>
|
2015-07-20 09:41:58 +00:00
|
|
|
</head>
|