embark-area-51/boilerplate/app/index.html

12 lines
322 B
HTML
Raw Normal View History

2015-05-24 12:58:17 +00:00
<html>
<head>
<title>Embark</title>
2016-08-14 14:34:42 +00:00
<link rel="stylesheet" href="css/app.css">
<script src="js/app.js"></script>
2015-05-24 12:58:17 +00:00
</head>
<body>
2015-06-22 02:43:15 +00:00
<h3>Welcome to Embark!</h3>
<p>See the <a href="https://github.com/iurimatias/embark-framework/wiki">Wiki</a> to see what you can do with Embark!</p>
2015-05-24 12:58:17 +00:00
</body>
</html>