29 lines
648 B
HTML
Executable File
29 lines
648 B
HTML
Executable File
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>Robot Face</title>
|
|
<link rel="stylesheet" href="/style.css?v=2" />
|
|
</head>
|
|
<body class="emotion-neutral">
|
|
<div id="face" aria-label="Robot face">
|
|
<div class="eyes">
|
|
<div class="eye"></div>
|
|
<div class="eye"></div>
|
|
</div>
|
|
|
|
<div class="mouth">
|
|
<div class="mouth-shape"></div>
|
|
</div>
|
|
|
|
<div class="label" id="label">neutral</div>
|
|
|
|
</div>
|
|
|
|
<a href="/drive" class="control-link">🎮 Steuerung öffnen</a>
|
|
<script src="/app.js?v=2"></script>
|
|
</body>
|
|
</html>
|
|
|