-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtelegram.html
More file actions
50 lines (43 loc) · 1.68 KB
/
telegram.html
File metadata and controls
50 lines (43 loc) · 1.68 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dragonfly - Telegram</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google Sans:400">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./src/css/main.css">
<link rel="icon" type="image/png" href="./assets/images/dfp_icon.png"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173527927-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-173527927-1');
</script>
</head>
<body>
<div class="header__wrap wrap">
<header>
<br style="line-height: 60px"/>
<div class="branding">
<a href="./index.html">
<img src="./assets/images/dfp_icon.png" alt="" width="100" height="100" align="middle">
</a>
</div>
<h6 class="header__title">
<span id="about">DfP - Telegram</span>
</h6>
<div class="header__links">
<br style="line-height: 20px">
<a href="tg://resolve?domain=dft_official_dl" class="devices">Канал</a>
<br>
<br style="line-height: 20px" />
<a href="tg://resolve?domain=dft_official" class="devices">Чат</a>
</div>
</header>
</div>
</body>
<div>
<footer align="middle"><font color="white"><b>2021, Dragonfly Project</b></font></footer>
</div>
</html>