2019-11-23 06:37:01 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-03-04 22:50:11 +03:00
|
|
|
<title>Groups</title>
|
2019-11-23 06:37:01 +03:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
2020-03-04 22:50:11 +03:00
|
|
|
<link rel="stylesheet" href="/~groups/css/index.css" />
|
2019-11-23 06:37:01 +03:00
|
|
|
<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>
|
2020-03-04 22:50:11 +03:00
|
|
|
<script src="/~groups/js/index.js"></script>
|
2019-11-23 06:37:01 +03:00
|
|
|
</body>
|
|
|
|
</html>
|