17 lines
768 B
HTML
17 lines
768 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>
|
|
<h1>Jibo Revived</h1>
|
|
<p>Jibo is a social robot that was created by the company Boston Dynamics. It was created to be a companion for the elderly and the disabled. It was created to be a companion for the elderly and the disabled.</p>
|
|
<p>The above is written by AI and DAMN it is wrong ;-;. Not too far off though.</p>
|
|
</body>
|
|
</html> |