ensl_gathers/views/partials/head.hbs

12 lines
429 B
Handlebars
Raw Normal View History

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">
2016-03-31 17:39:12 +00:00
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
2015-10-22 14:25:45 +00:00
<title>NSL Gathers</title>
2016-01-22 10:12:23 +00:00
<link rel="stylesheet" href="/app.css">
<script src="/vendor.js"></script>
<script src="/app.js"></script>
</head>