embark/test_app/app/test2.html

13 lines
224 B
HTML
Raw Normal View History

<html>
<head>
<title>Embark - TestApp</title>
<link rel="stylesheet" href="css/app.css">
<script src="js/embark.js"></script>
</head>
<body class="container">
<div id="tests"></div>
</body>
</html>