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

11 lines
420 B
Smarty

<!doctype html>
<html lang="en" dir="ltr">
<head>
<title>{{title}}</title>
<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>