pathfinder/demo/client/html/partials/header.html.hbs

8 lines
469 B
Handlebars
Raw Normal View History

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/css/bootstrap/bootstrap.css">
2017-08-30 20:01:28 -04:00
<link rel="stylesheet" href="/css/octicons/octicons.css">
<link rel="stylesheet" href="/css/pathfinder.css">
<script type="text/javascript" src="/js/jquery/jquery.js"></script>
2017-08-30 12:51:15 -04:00
<script type="text/javascript" src="/js/popper.js/popper.js"></script>
<script type="text/javascript" src="/js/bootstrap/bootstrap.js"></script>