12 lines
354 B
HTML
Raw Normal View History

2015-05-24 08:58:17 -04:00
<html>
<head>
<title>Embark</title>
2016-08-14 10:34:42 -04:00
<link rel="stylesheet" href="css/app.css">
<script src="js/app.js"></script>
2015-05-24 08:58:17 -04:00
</head>
<body>
2015-06-21 22:43:15 -04:00
<h3>Welcome to Embark!</h3>
<p>See the <a href="http://embark.readthedocs.io/en/latest/index.html" target="_blank">Embark's documentation</a> to see what you can do with Embark!</p>
2015-05-24 08:58:17 -04:00
</body>
</html>