4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Shakes_and_Fidget/views/partials/head.hbs
2018-02-20 00:44:10 +01:00

12 lines
No EOL
569 B
Handlebars

<head>
<title>{{title}}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{{!-- <meta http-equiv="Content-Language" content="en"> --}}
{{!-- <link rel="stylesheet" href="/stylesheets/bootstrap.css"></link>
<link rel="stylesheet" href="/stylesheets/style.css"></link>
<script type="text/javascript" src='/javascripts/jquery.js'></script>
<script type="text/javascript" src='/javascripts/bootstrap.min.js'></script> --}}
</head>