Skip to content

Commit 58bcf86

Browse files
Create index.html
1 parent 52b8ae2 commit 58bcf86

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

index.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="google-site-verification" content="YOUR_GOOGLE_VERIFICATION_CODE_HERE" />
7+
<title>PythonAI Brain</title>
8+
<style>
9+
body {
10+
font-family: Arial, sans-serif;
11+
background: #f0f4f8;
12+
margin: 0;
13+
padding: 2rem;
14+
color: #333;
15+
text-align: center;
16+
}
17+
h1 {
18+
color: #0066cc;
19+
}
20+
a {
21+
color: #007acc;
22+
text-decoration: none;
23+
}
24+
a:hover {
25+
text-decoration: underline;
26+
}
27+
.links {
28+
margin-top: 2rem;
29+
}
30+
</style>
31+
</head>
32+
<body>
33+
<h1>Welcome to PythonAI Brain</h1>
34+
<p>Make your first AI Assistant in Python with just an intents.json file. No complex setup. No advanced coding. Just install, configure, and run!</p>
35+
36+
<div class="links">
37+
<p>
38+
View on <a href="https://github.com/World-Of-Programming-And-Technology/PythonAI" target="_blank">GitHub</a>
39+
</p>
40+
<p>
41+
Install from <a href="https://pypi.org/project/pythonaibrain/1.0.1/" target="_blank">PyPI</a>
42+
</p>
43+
</div>
44+
45+
<footer style="margin-top: 4rem;">
46+
<p>&copy; 2025 PythonAI Brain. All rights reserved.</p>
47+
</footer>
48+
</body>
49+
</html>

0 commit comments

Comments
 (0)