274610f1d3
This also removes the globally available `data.data.transactions`. Change-Id: I674a772ac91f01ff8c2d211157bd567391ab1765 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7913 Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
19 lines
459 B
HTML
19 lines
459 B
HTML
<!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>
|