d5b74496ab
Wrap the workout page with the shared runtime, add export replay over command/event truth, and cover the running HTTP app with an end-to-end test that exercises runtime asset loading and product interactions. req: examples/001 req: local/001 req: local/003 req: local/004 req: host/001
11 lines
271 B
Plaintext
11 lines
271 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>
|
|
<script +src="self.runtime_src" defer></script>
|
|
</head>
|
|
<body>{+= self.body =+}</body>
|
|
</html>
|