1
0
forked from x/volcanos
This commit is contained in:
shaoying 2021-08-02 08:49:46 +08:00
parent f72b5bfbad
commit 91cafdff6f

View File

@ -1,13 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<body> <body>
<!-- <script src="/page/can.js"></script><script> --> <!-- <script src="/proto.js"></script> -->
<script src="/proto.js"></script><script> <script src="/page/can.js"></script>
app("/chat/", [ <script>app("/chat/")</script>
{index: "cli.runtime"},
{index: "cli.system"},
{index: "hash"},
{index: "nav"},
])
</script>
</body> </body>