forked from Danek309044/ClydeReborn.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (42 loc) · 2.23 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
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clyde Reborn</title>
<link rel="stylesheet" href="./src/index.css">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<div class="navbar">
<ul>
<li><a href="#"><img src="./assets/clydereborn.png" alt=""> Clyde Reborn</a></li>
<li><a href="github.html"><i class="fa-brands fa-github"></i> GitHub</a></li>
<li><a href="invite.html"><i class="fa-solid fa-plus"></i> Invite</a></li>
<li><a href="discord.html"><i class="fa-brands fa-discord"></i> Discord</a></li>
</ul>
</div>
<div class="main">
<h1 style="font-size: xxx-large;">Clyde Reborn</h1>
<h3>Recreation of Discord's cancelled AI chatbot: Clyde</h3>
<p>Clyde Reborn is a project dedicated to reactivating Discord's AI chatbot, Clyde. This project aims to bring Clyde back online to the ones that liked it.</p>
<a class="btn" href="invite.html"><i class="fa-solid fa-plus"></i> Invite</a> <a class="btn" href="github.html"><i class="fa-brands fa-github"></i> GitHub</a>
</div>
<div class="info">
<h1>FAQ</h1>
<div class="more">
<h3>Why we are doing this?</h3>
<p>Well, we used Clyde on our Discord servers and groupchats non-stop and some of you also did.</p>
<h3>Is it safe and free?</h3>
<p>Our Clyde is free and safe. Clyde is open source and you can deploy it by yourself if you want.</p>
<h3>What about the source code?</h3>
<p>Clyde is programmed in Python <i class="fab fa-python"></i> and as mentioned before, the source code is open. </p>
<h3>Is it stable?</h3>
<p>Let's be honest, Clyde is still in alpha and it may break, but we are constantly fixing it.</p>
</div>
</div>
<div class="footer" style="color:#616161;text-align: center;bottom: 0;left: 0;right: 0;text-align: center;">
<p>Website: © 2024 <a href="https://github.com/danek309044">danek309044</a>, Clyde: © 2023-2024 <a href="https://github.com/ClydeReborn">ClydeReborn</a></p>
</div>
</body>
</html>