embark/boilerplate/app/index.html

12 lines
322 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="https://github.com/iurimatias/embark-framework/wiki">Wiki</a> to see what you can do with Embark!</p>
2015-05-24 08:58:17 -04:00
</body>
</html>