mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-22 19:50:50 +00:00
844e8ca55f
* fix(@mbark/embarkjs): enable using wss in embarkjs and the Dapp * fix(@embark/demo): fix demo style by and improvise * update yarn.lock. CI please be gentle
11 lines
193 B
HTML
11 lines
193 B
HTML
<html>
|
|
<head>
|
|
<title>Embark - SimpleStorage Demo</title>
|
|
</head>
|
|
<body class="container">
|
|
<div id="app">
|
|
</div>
|
|
<script src="js/dapp.js"></script>
|
|
</body>
|
|
</html>
|