mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
18 lines
516 B
HTML
18 lines
516 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" />
|
|
<link rel="icon" type="image/png" href="/~launch/img/Favicon.png">
|
|
</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>
|