-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 2.73 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 2.73 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
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<HTML>
<Head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#212121">
<Title>Kerala Python Api</Title>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</Head>
<Body Bgcolor= "white">
<!-- Navbar -->
<nav id="mainNav" class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark">
<div class="container">
<a class="smooth-scroll" href="#top"><img class="navbar-brand" style="margin: none; padding: 9px; height: 50px" src="img/python.png"></a>
</div>
</nav>
<div>
<H1 align= "center"><B>Kerala</B> Python Telegram Api</H1>
<Marquee Height= "30" Vspace= "40" Bgcolor= "red" Direction= "left"><B>Hello guys right now this project is under development soon we will publish it</B></Marquee>
</div>
<div>
<H2 align= "left">Introduction</H2>
KeralaPyApi helps you build applications for Telegram Bot API. It works on <b>Python 2.7</b> and <b>Python 3.</b>.<br>For <strong>Python 3.5+</strong>, it also has an async version based on <I>asyncio</I>.<br><br>
For a time, we tried to list the features here like many projects do. Eventually, we gave up. <Br><Br>
</div>
<div>
<A href= "https://api.github.com/repos/KeralaPyApi/KeralaPyAPI/zipball/">
<Img src= "img/sourcezip.jpg" height= "50" width= "150" align= "center" border= "2" alt= "Zipfile"></A>
</div><br><br>
<A href= "https://api.github.com/repos/KeralaPyApi/KeralaPyApi/tarball/">
<Img src= "img/sourcetar.png" height= "50" width= "150" align= "center" border= "2" alt= "tar.gz"></A>
<div><br><br><br><br>
<A href= "async.html">
<Img src= "img/next.jpg" height= "40" width= "90" align= "right" border= "0" alt= "Next"></A>
</div>
<div id="contact">
<h2>Mail Us</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/miaofficialteam@gmail.com">
<input type="hidden" name="_subject" value="Contact request from website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea><br>
<button type="submit">Send</button>
</form>
</div>
<div class="footer text-center">
<br><br><br>
<p> © <strong>Kerala Bots | All rights reserved.</strong></p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</Body>
</HTML>