mirror of https://github.com/embarklabs/embark.git
10 lines
172 B
HTML
10 lines
172 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Embark</title>
|
||
|
<link rel="stylesheet" href="css/app.min.css">
|
||
|
<script src="js/app.min.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|