blob: e30c8682b25c8c7f6112c685db93e33993c1fb52 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- TODO(wpcarro): Cache these locally -->
<link rel="stylesheet" href="./cdn/terminal.min.css" />
<style>
:root {
--page-width: 100em;
}
</style>
</head>
<body class="container">
<div id="mount"></div>
<!-- depot JS -->
<script src="./cdn/slx.js"></script>
<script src="./components.jsx" type="module"></script>
</body>
</html>
|