Files
jibo-website-zanedev-version/index.html
2026-04-05 18:05:35 -04:00

22 lines
841 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="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">
<button class="btn btn-primary">Get Started</button>
<button class="btn btn-glass">Join the Discord</button>
</div>
</div>
</body>
</html>