embark-area-51/lib/modules/scaffolding-react/templates/index.html.tpl

11 lines
420 B
Smarty
Raw Normal View History

<!doctype html>
<html lang="en" dir="ltr">
<head>
<title>{{title}}</title>
2018-05-10 16:31:10 +00:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body class="container">
<div id="app"></div>
<script src="js/{{filename}}.js"></script>
</body>
</html>