add some info to default html page

This commit is contained in:
Iuri Matias 2015-06-21 22:43:15 -04:00
parent 4988e30154
commit c0b4f62aa9

View File

@ -5,5 +5,7 @@
<script src="js/app.min.js"></script> <script src="js/app.min.js"></script>
</head> </head>
<body> <body>
<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>
</body> </body>
</html> </html>