-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Telegrapher • Work In Progress</title>
<link rel="stylesheet" href="/style.scss">
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">
Telegrapher
</h1>
<p class="subtitle">
We host your Telegram bots and give you an intuitive platform with all the tools you need
to develop them. Plus, we offer an affordable payment plan that doesn’t gatekeep features.
Welcome to Telegrapher.
</p>
</div>
</section>
<section class="hero is-warning">
<div class="hero-body">
<div class="container">
<h1 class="title">
Work In Progress
</h1>
<p class="subtitle">
Telegrapher is currently still being built. You can check it out
<a href="https://github.com/TelegrapherBots">on Github</a>.
</p>
</div>
</div>
</section>
</body>
</html>