189bdf5eea
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
12 lines
317 B
Plaintext
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>
|