-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (55 loc) · 1.68 KB
/
index.html
File metadata and controls
62 lines (55 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
51
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<title>GitBotAI: The Coding Assistant That Will Change Your Life</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
</head>
<body>
<div class="container py-5">
<div class="row">
<div class="col-md-6">
<img src="https://i.imgur.com/example-image.png" class="img-fluid mb-3" alt="A developer using GitBotAI to automate a coding task">
</div>
<div class="col-md-6">
<h1 class="text-center">GitBotAI: The Coding Assistant That Will Change Your Life</h1>
<p>GitBotAI is the most advanced coding automation tool on the market. It can help you code faster, smarter, and more efficiently. With GitBotAI, you can:</p>
<ul>
<li>Generate simple files and scripts</li>
<li>Manage public repos</li>
<li>Leverage core natural language capabilities</li>
<li>Get priority email support</li>
<li>Access repository analytics</li>
</ul>
<p>Here are our pricing plans:</p>
<table class="table table-bordered">
<thead>
<tr>
<th>Plan</th>
<th>Price</th>
<th>Features</th>
</tr>
</thead>
<tbody>
<tr>
<td>Free</td>
<td>$0</td>
<td>Basic code automation</td>
</tr>
<tr>
<td>Pro</td>
<td>$15/month</td>
<td>Unlimited code generation, private repo management, automated deployments, priority email support, and repository analytics</td>
</tr>
<tr>
<td>Enterprise</td>
<td>$30/month</td>
<td>All of the features of the Pro plan, plus granular permissions, real-time repository monitoring, live chat support, and custom integrations</td>
</tr>
</tbody>
</table>
<p>Sign up for a free trial today and see how GitBotAI can change your life!</p>
<a href="mailto:or4cl3ai@gmail.com" class="btn btn-primary">Sign Up for Free</a>
</div>
</div>
</div>
</body>
</html>