@holochain/hc-spin
Version:
CLI to run Holochain apps during development.
45 lines (41 loc) • 973 B
HTML
<html>
<head>
<meta charset="UTF-8" />
<title>Holochain dev CLI</title>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
/>
<script type="module" crossorigin src="./assets/renderer-BTxGoKHT.js"></script>
</head>
<body>
<div class="container">
<h1>index.html not found.</h1>
<div style="margin-bottom: 100px">
Is your dev server running at the port specified with the
<span class="code">--ui-port</span> option?
</div>
</div>
</body>
</html>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
.container {
display: flex;
height: 100vh;
margin: 0;
padding: 0;
flex-direction: column;
align-items: center;
justify-content: center;
}
.code {
background-color: lightgray;
border-radius: 3px;
padding: 1px 3px;
}
</style>