6f93c7d935
Move the techdemo page shell and remaining board/inspector/hero boundaries to hemplate-owned views instead of Rust raw HTML or placeholder replacement. Keep rendered HTML assertions DOM-aware with scraper. req: html_safety/002 req: view/001 req: test/005
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>slhx Techdemo</title>
|
|
<script src="/slhx.js" defer></script>
|
|
<link rel="stylesheet" href="/app.css">
|
|
<link rel="stylesheet" href="/control_center.css">
|
|
</head>
|
|
<body>{+= self.body =+}</body>
|
|
</html>
|