mirror of https://github.com/embarklabs/embark.git
12 lines
354 B
HTML
12 lines
354 B
HTML
<html>
|
|
<head>
|
|
<title>Embark</title>
|
|
<link rel="stylesheet" href="css/app.css">
|
|
<script src="js/app.js"></script>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html>
|