11 lines
189 B
HTML
Raw Normal View History

2018-10-03 08:45:56 -04:00
<html>
<head>
<title>Embark</title>
<link rel="stylesheet" href="css/app.css">
</head>
<body>
2018-10-03 09:36:13 -04:00
<div id="app"></div>
<script src="js/app.js"></script>
2018-10-03 08:45:56 -04:00
</body>
</html>