<!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>