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

14 lines
267 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">
2017-10-21 13:33:32 +00:00
<button id="runTests">Run Tests</button>
2017-02-10 02:05:45 +00:00
<div id="tests"></div>
</body>
</html>