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

13 lines
228 B
HTML
Raw Permalink Normal View History

2019-08-20 18:35:58 +00:00
<html>
<head>
2019-08-20 20:17:23 +00:00
<style type="text/css">
div.item {
margin-bottom: 20px;
}
</style>
2019-08-20 18:35:58 +00:00
</head>
<body>
<div id="content"></div>
<script type="text/javascript" src="app.js"></script>
</body>
</html>