-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta charset="utf-8">
<link media="all" rel="stylesheet" href="./css/main.css" />
<link media="all" rel="stylesheet" href="./css/chat.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width">
<title>Webogram</title>
<meta name="description" content="Telegram for web">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/telegram-api-js/dist/telegramApi.js"></script>
<script src="node_modules/crypto-js/crypto-js.js"></script>
<script src="node_modules/underscore/underscore-min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"></script>
<script type="module" src="js/modules/config.js"></script>
<script type="module" src="js/modules/telegram.js"></script>
<script type="module" src="js/modules/app.js"></script>
<script type="module" src="js/main.js"></script>
</head>
<body>
</body>
</html>