README / index.html
Oratis's picture
Landing page: use banner.png too (consistency)
df64a2d verified
Raw
History Blame Contribute Delete
1.49 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HakkoLab β€” AI research lab of HakkoAI</title>
<meta name="description" content="The AI research lab of HakkoAI. World models, embodied agents, and emotionally intelligent companions.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main class="wrap">
<div class="card">
<img class="banner" src="banner.png" alt="HakkoLab β€” the AI research lab of HakkoAI">
<h1>The AI research lab of HakkoAI</h1>
<p class="tag">
<b>HakkoLab</b> builds emotionally intelligent AI companions β€” <b>HakkoAI</b> (global) and
<b>ι€—ι€— / Doudou</b> (China) β€” and turns that interactive experience into research on
<b>world models</b> and <b>embodied agents</b>.
</p>
<div class="row">
<a class="btn primary" href="https://huggingface.co/HakkoLab" target="_top" rel="noopener">β†— Organization profile</a>
<a class="btn" href="https://huggingface.co/HakkoLab/world-model-research" target="_top" rel="noopener">🧠 World-model research</a>
<a class="btn" href="https://hakko.ai" target="_top" rel="noopener">🌐 hakko.ai</a>
</div>
<p class="foot">
This page hosts the <a href="https://huggingface.co/HakkoLab" target="_top" rel="noopener">HakkoLab</a>
organization card. Β© HakkoAI PTE LTD.
</p>
</div>
</main>
</body>
</html>