-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 1.24 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="1ClwUKAwV5jF3_wgYyIgvcI9b8vRRxDx-TW18ixMmW0" />
<title>Pythonaibrain 1.0.1</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f0f4f8;
margin: 0;
padding: 2rem;
color: #333;
text-align: center;
}
h1 {
color: #0066cc;
}
a {
color: #007acc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.links {
margin-top: 2rem;
}
</style>
</head>
<body>
<h1>Welcome to Pythonaibrain</h1>
<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>
<div class="links">
<p>
View on <a href="https://github.com/World-Of-Programming-And-Technology/PythonAI" target="_blank">GitHub</a>
</p>
<p>
Install from <a href="https://pypi.org/project/pythonaibrain/1.0.1/" target="_blank">PyPI</a>
</p>
</div>
<footer style="margin-top: 4rem;">
<p>© 2025 Pythonaibrain. All rights reserved.</p>
</footer>
</body>
</html>