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

12 lines
569 B
Handlebars
Raw Normal View History

2018-02-19 23:44:10 +00:00
<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>