2019-11-14 21:39:07 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Dojo</title>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
2019-11-20 17:41:28 +03:00
|
|
|
<link rel="stylesheet" href="/~dojo/css/index.css" />
|
2019-11-14 21:39:07 +03:00
|
|
|
</head>
|
|
|
|
<body class="bg-black">
|
|
|
|
<div id="root" />
|
|
|
|
<script src="/~/channel/channel.js"></script>
|
|
|
|
<script src="/~modulo/session.js"></script>
|
2019-11-20 17:41:28 +03:00
|
|
|
<script src="/~dojo/js/index.js"></script>
|
2019-11-14 21:39:07 +03:00
|
|
|
</body>
|
|
|
|
</html>
|