Files
hemx/examples/workout/templates/app_shell.heml
T
slhx agent 189bdf5eea feat(examples): polish workout phone UI
Give the workout exemplar a durable gym-floor command-slate direction, serve focused CSS, keep the first viewport centered on one action, and extend the HTTP E2E to verify stylesheet delivery.

req: examples/001

req: local/001

req: local/003

req: host/002
2026-06-11 22:03:18 +02:00

12 lines
317 B
Plaintext

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hemx workout example</title>
<link rel="stylesheet" href="/workout.css">
<script +src="self.runtime_src" defer></script>
</head>
<body>{+= self.body =+}</body>
</html>