2015-05-24 13:07:19 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Embark - SimpleStorage Demo</title>
|
2018-04-23 20:42:52 +00:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
2015-05-24 13:07:19 +00:00
|
|
|
</head>
|
2016-05-23 15:10:24 +00:00
|
|
|
<body class="container">
|
2018-04-23 20:42:52 +00:00
|
|
|
<div id="app">
|
2016-05-23 15:10:24 +00:00
|
|
|
</div>
|
2018-04-23 20:42:52 +00:00
|
|
|
<script src="js/dapp.js"></script>
|
2015-05-24 13:07:19 +00:00
|
|
|
</body>
|
|
|
|
</html>
|