This repository was archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (155 loc) · 8.3 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
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!--
Telegram SMS 宣传首页
设计及编码:tcdw (https://github.com/tcdw)
ver 20220103a
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Telegram SMS</title>
<meta name="description" content="Telegram SMS is an SMS-forwarding Robot Running on Your Android Device.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="renderer" content="webkit">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/ress.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cairo&display=swap">
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<nav class="top-menu">
<div class="container inner">
<div class="left">
<div class="logo-container">
<svg aria-hidden="true">
<use xlink:href="#icon-logo" />
</svg>
</div>
<h1 class="logo-text">Telegram SMS</h1>
<ul>
<li><a href="https://github.com/telegram-sms/telegram-sms/releases/latest">Download</a></li>
<li><a href="https://guide.telegram-sms.com/">Documentation</a></li>
<li><a href="https://qrcode.telegram-sms.com/">Config Generator</a></li>
<li><a href="https://reall.uk">Forum</a></li>
</ul>
</div>
<div class="right">
<a href="https://github.com/telegram-sms" class="social-icon" title="GitHub Project Page">
<svg aria-hidden="true">
<use xlink:href="#icon-github" />
</svg>
</a>
</div>
</div>
</nav>
<nav class="top-menu-sm" id="top-menu-sm" aria-label="导航菜单(手机)">
<ul>
<li><a href="https://github.com/telegram-sms/telegram-sms/releases/latest">Download</a></li>
<li><a href="https://guide.telegram-sms.com/">Documentation</a></li>
<li><a href="https://qrcode.telegram-sms.com/">Config Generator</a></li>
<li><a href="https://reall.uk">Forum</a></li>
</ul>
<div class="main">
<div class="left">
<div class="logo-container">
<svg aria-hidden="true">
<use xlink:href="#icon-logo" />
</svg>
</div>
<h1 class="logo-text">Telegram SMS</h1>
</div>
<div class="right">
<button class="burger-menu" id="burger-menu" title="打开菜单">
<div class="bar bar-1"></div>
<div class="bar bar-2"></div>
<div class="bar bar-3"></div>
</button>
</div>
</div>
</nav>
<header>
<div class="container inner">
<div class="left">
<h2>The next generation of intelligent maid</h2>
<div class="description">With the power of Telegram SMS, your multi-phone life is much easier than before.</div>
</div>
<div class="right">
<img src="./assets/fay-2x.png" srcset="./assets/fay-2x.png 2x, ./assets/fay-2x.png 1x" alt="Fay, the kanban musume of Telegram SMS">
</div>
</div>
</header>
<section class="features">
<div class="container inner">
<div class="cell">
<h3>Easy</h3>
<p>Receiving and sending SMS, relaying APP notifications, monitoring battery status... All stuff can be done with a single Telegram bot.</p>
</div>
<div class="cell">
<h3>Flexible</h3>
<p>You can use the bot in both private chat and group chat, in case you have more than 2 Android phones, or sharing the bot with other people.</p>
</div>
<div class="cell">
<h3>Secure</h3>
<p>Telegram SMS connects with <a href="https://core.telegram.org/bots/api" target="_blank">Telegram's bot API</a> server directly, no 3rd-party services involved.</p>
</div>
</div>
</section>
<footer>
<div class="top">
<div class="container inner">
<div class="cell logo">
<svg aria-hidden="true">
<use xlink:href="#icon-logo" />
</svg>
</div>
<div class="cell">
<h2>Projects</h2>
<ul>
<li><a href="https://github.com/telegram-sms/telegram-sms">Telegram SMS</a></li>
<li><a href="https://github.com/telegram-sms/telegram-sms-compat">Telegram SMS Compat</a></li>
<li><a href="https://github.com/telegram-sms/telegram-sms-china">Telegram SMS China</a></li>
<li><a href="https://github.com/telegram-sms/telegram-rc">Telegram RC</a></li>
</ul>
</div>
<div class="cell no-mobile">
<h2>Tools</h2>
<ul>
<li><a href="https://guide.telegram-sms.com/">Documentation</a></li>
<li><a href="https://qrcode.telegram-sms.com/">Config Generator</a></li>
</ul>
</div>
<div class="cell">
<h2>Community</h2>
<ul>
<li><a href="https://github.com/telegram-sms">GitHub</a></li>
<li><a href="https://t.me/tg_sms_changelog_eng">Telegram Channel</a></li>
<li><a href="https://reall.uk">Forum</a></li>
</ul>
</div>
</div>
</div>
<div class="bottom">
<div class="container">
© 2022 Telegram SMS Team<!-- | Page designed & coded by <a href="https://github.com/tcdw">tcdw</a> -->
<br>Telegram is a trademark of Telegram Messenger LLP.
</div>
</div>
</footer>
<!-- 公共 SVG 图形 -->
<div class="shared-icon">
<svg id="icon-logo" viewBox="0 0 2204 2387">
<g transform="translate(0 2387) scale(.1 -.1)">
<path d="m2582 23849c-24-12-53-36-66-53-20-26-2428-5220-2493-5376-27-67-31-198-8-277 36-122 714-1001 1270-1648 1244-1446 2301-2287 3063-2435 132-26 333-29 438-6 199 42 361 136 547 314 578 557 1088 1817 1511 3733 211 956 399 2086 526 3169 16 140 30 281 30 312 0 81-32 158-88 216-45 45-145 91-2297 1056-2194 984-2252 1009-2320 1013-57 3-78 0-113-18z"/>
<path d="m17026 22855c-2460-1104-2310-1032-2360-1140-37-80-38-110-11-352 182-1596 495-3264 839-4463 413-1441 877-2330 1404-2694 76-52 223-121 300-141 538-138 1272 204 2191 1021 692 614 1534 1557 2300 2574 226 300 299 404 322 456 28 63 37 200 16 264-8 25-571 1249-1251 2720-874 1888-1247 2684-1269 2707-44 47-86 63-159 63-62-1-103-19-2322-1015z"/>
<path d="m10560 22170c-709-44-1445-177-2072-374-264-84-328-110-376-157-52-52-85-118-90-183-5-71 324-3149 344-3208 19-59 80-152 130-200 78-73 443-286 819-479 876-447 1472-611 1956-535 539 84 1311 416 2126 913 75 45 140 93 166 123 51 57 101 147 116 210 19 78 342 3153 336 3190-17 91-77 176-154 215-60 30-312 114-514 171-529 150-1080 248-1677 299-218 19-894 28-1110 15z"/>
<path d="m8145 16901c-22-10-47-27-57-37-29-33-5091-9977-5106-10029-18-68-11-198 15-257 30-66 3901-6488 3932-6522 51-56 144-73 212-38 19 10 865 677 1879 1482 1015 806 1865 1475 1889 1487 56 29 158 31 213 5 21-9 870-678 1888-1487 1018-808 1866-1478 1883-1487 63-34 171-15 218 38 36 40 3920 6498 3935 6542 19 55 22 189 6 247-7 22-1153 2279-2547 5015-2093 4106-2542 4981-2574 5012-28 27-51 38-85 43-62 10-95-4-237-97-401-264-983-546-1419-687-619-199-1158-248-1713-155-649 109-1445 437-2056 846-155 105-196 116-276 79zm1342-6843c714-314 1327-582 1363-595 76-26 224-31 305-10 28 7 644 275 1371 595 1382 609 1369 604 1422 566 55-38 52 66 52-1729 0-1513-1-1660-16-1691-21-44-66-68-113-61-20 3-628 266-1351 585-723 318-1330 584-1348 590-56 19-175 25-247 13-52-9-368-145-1408-602-1192-525-1346-590-1380-586-44 6-62 19-85 61-16 29-17 154-20 1646-2 888 0 1640 3 1669 9 74 53 121 114 121 32 0 315-121 1338-572z"/>
</g>
</svg>
<svg id="icon-github" viewBox="0 0 24 24">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</div>
<script src="./assets/main.js"></script>
</body>
</html>