lara_interpreter_v2 / index.html
marcotrombetti's picture
Create Lara Interpreter v2 Reachy Mini app
6fce472 verified
Raw
History Blame Contribute Delete
834 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Lara Interpreter v2</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main class="shell">
<section class="hero">
<p class="eyebrow">Reachy Mini App</p>
<h1>Lara Interpreter v2</h1>
<p class="tagline">An empty deploy-ready Python app scaffold for Reachy Mini.</p>
</section>
<section class="status-panel" aria-label="App status">
<div>
<span class="label">Package</span>
<strong>lara_interpreter_v2</strong>
</div>
<div>
<span class="label">Owner</span>
<strong>marcotrombetti</strong>
</div>
<div>
<span class="label">State</span>
<strong>Empty scaffold</strong>
</div>
</section>
</main>
</body>
</html>