mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 13:26:10 +00:00
14 lines
267 B
HTML
14 lines
267 B
HTML
<html>
|
|
<head>
|
|
<title>Embark - TestApp</title>
|
|
<link rel="stylesheet" href="css/app.css">
|
|
<script src="js/test.js"></script>
|
|
</head>
|
|
<body class="container">
|
|
|
|
<button id="runTests">Run Tests</button>
|
|
<div id="tests"></div>
|
|
|
|
</body>
|
|
</html>
|