Files
jibo-website-zanedev-version/index.html

22 lines
950 B
HTML
Raw Normal View History

2026-04-05 17:22:03 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<!-- I am cool asf and i am a good boy. y u lookin at my code? :( did I do something wrong? ;-;.
- ZaneDev 4/5/26-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jibo Revived</title>
2026-04-05 18:11:26 -04:00
<link rel="icon" type="image/png" href="https://jibo.zane.org/assets/logo.png">
2026-04-05 17:22:03 -04:00
</head>
<body>
<div class="hero">
<h1 class="mini-title">Welcome to<br><span>Jibo Revived</span></h1>
2026-04-05 18:05:35 -04:00
<p>Jibo was a $900 robot. In 2019 they shut down the servers, and we are here to bring it back to life.</p>
<div class="btn-group">
2026-04-05 18:07:33 -04:00
<a href="https://discord.gg/CBVJzkRGwN"><button class="btn btn-primary">Join the Discord</button></a>
<a href="https://docs.jiborevived.com"><button class="btn btn-glass">Get Started</button></a>
</div>
</div>
2026-04-05 17:22:03 -04:00
</body>
</html>