12 lines
358 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>
2020-01-19 15:19:30 -05:00
<p>See the <a href="https://framework.embarklabs.io/docs/quick_start.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>