2023-01-06 19:16:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-01-23 06:14:38 +01:00
|
|
|
<!-- TODO(wpcarro): Cache these locally -->
|
|
|
|
<link rel="stylesheet" href="./cdn/terminal.min.css" />
|
|
|
|
<style>
|
|
|
|
:root {
|
|
|
|
--page-width: 100em;
|
|
|
|
}
|
|
|
|
</style>
|
2023-01-06 19:16:56 +01:00
|
|
|
</head>
|
2023-01-23 06:14:38 +01:00
|
|
|
<body class="container">
|
|
|
|
<div id="mount"></div>
|
2023-01-14 02:36:49 +01:00
|
|
|
<!-- depot JS -->
|
2023-01-23 06:14:38 +01:00
|
|
|
<script src="./cdn/slx.js"></script>
|
2023-01-23 16:51:38 +01:00
|
|
|
<script src="./components.jsx" type="module"></script>
|
2023-01-06 19:16:56 +01:00
|
|
|
</body>
|
|
|
|
</html>
|