embark-area-51/test_app/app/test.html

13 lines
222 B
HTML
Raw Normal View History

2017-02-10 02:05:45 +00:00
<html>
<head>
<title>Embark - TestApp</title>
<link rel="stylesheet" href="css/app.css">
2017-02-20 22:31:05 +00:00
<script src="js/test.js"></script>
2017-02-10 02:05:45 +00:00
</head>
<body class="container">
<div id="tests"></div>
</body>
</html>