embark/dapps/templates/demo/app/index.html

11 lines
193 B
HTML
Raw Normal View History

2015-05-24 13:07:19 +00:00
<html>
<head>
<title>Embark - SimpleStorage Demo</title>
</head>
2016-05-23 15:10:24 +00:00
<body class="container">
<div id="app">
2016-05-23 15:10:24 +00:00
</div>
<script src="js/dapp.js"></script>
2015-05-24 13:07:19 +00:00
</body>
</html>