22 lines
950 B
HTML
22 lines
950 B
HTML
<!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>
|
|
<link rel="icon" type="image/png" href="https://jibo.zane.org/assets/icon.png">
|
|
</head>
|
|
<body>
|
|
<div class="hero">
|
|
<h1 class="mini-title">Welcome to<br><span>Jibo Revived</span></h1>
|
|
<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">
|
|
<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>
|
|
</body>
|
|
</html> |