<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hc launch</title>
</head>
<body>
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: sans-serif; margin-top: 100px;">
<h1>Assets not found :/</h1>
<div style="font-size: 20px; margin-top: 20px; width: 900px;">
<ul>
<li style="margin-bottom: 20px;">
If you ran <span style="background-color: lightgray; border-radius: 3px; padding: 1px 3px;">hc launch</span>
with the <span style="background-color: lightgray; border-radius: 3px; padding: 1px 3px;">--ui-port</span> flag, make sure that the server is running at the specified port.<br>
</li>
<li style="margin-bottom: 20px;">
If you ran <span style="background-color: lightgray; border-radius: 3px; padding: 1px 3px;">hc launch</span>
with the <span style="background-color: lightgray; border-radius: 3px; padding: 1px 3px;">--ui-path</span> flag, make sure there is an index.html file in the directory you pointed to.
</li>
<li style="margin-bottom: 20px;">
If the issue persists and you can't figure it out, report it <a href="https://github.com/holochain/launcher/issues/new/choose">here</a>.
</li>
</ul>
</li>
</div>
</div>
</body>
</html>