ensl_gathers/views/partials/head.hbs
2015-07-20 23:47:18 +01:00

19 lines
No EOL
868 B
Handlebars

<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>
<script src="/js/socket.io-1.3.5.js"></script>
<script src="/js/theme.js"></script>
<script src="/js/react-0.13.3.min.js"></script>
</head>