mirror of https://github.com/embarklabs/embark.git
13 lines
224 B
HTML
13 lines
224 B
HTML
|
<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>
|