Moved pkg/display/ui/ to top-level ui/ directory. No go:embed references needed updating. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
301 B
HTML
13 lines
301 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Display</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
</head>
|
|
<body>
|
|
<core-display></core-display>
|
|
</body>
|
|
</html>
|