subspace/examples/embark-dapp/app/index.html

13 lines
228 B
HTML

<html>
<head>
<style type="text/css">
div.item {
margin-bottom: 20px;
}
</style>
</head>
<body>
<div id="content"></div>
<script type="text/javascript" src="app.js"></script>
</body>
</html>