-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 835 Bytes
/
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
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta
http-equiv="X-UA-Compatible"
content="ie=edge"
>
<title>Server</title>
<script>
window.intergramId = '-1002145488615';
window.intergramServer = 'https://telegram-chat-widget-production.up.railway.app';
</script>
<script
id='intergram'
type='text/javascript'
src='https://telegram-chat-widget-production.up.railway.app/js/widget.js'
></script>
</head>
<body>
<h1>
Server is running...
</h1>
</body>
</html>