mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 10:29:01 +03:00
b3901ab42f
git-subtree-dir: pkg/arvo git-subtree-mainline:9c8f40bf6c
git-subtree-split:c20e2a185f
17 lines
447 B
HTML
17 lines
447 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Chat</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
<link rel="stylesheet" href="/~chat/css/index.css" />
|
|
</head>
|
|
<body>
|
|
<div id="root" />
|
|
<script src="/~/channel/channel.js"></script>
|
|
<script src="/~modulo/session.js"></script>
|
|
<script src="/~chat/js/index.js"></script>
|
|
</body>
|
|
</html>
|