mirror of
https://shylinux.com/x/volcanos
synced 2025-05-01 19:19:23 +08:00
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>
|
|
|