blob: e30c8682b25c8c7f6112c685db93e33993c1fb52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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>
|