forked from x/volcanos
14 lines
313 B
HTML
14 lines
313 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<!-- <script src="/page/can.js"></script><script> -->
|
|
<script src="/proto.js"></script><script>
|
|
app("/chat/", [
|
|
{index: "cli.runtime"},
|
|
{index: "cli.system"},
|
|
{index: "hash"},
|
|
{index: "nav"},
|
|
])
|
|
</script>
|
|
</body>
|
|
|