Files
agentd-livetest/web/src/index.html
Honegger, Florian 605a952f7a Seed: Angular workspace (web/) for frontend tasks
ng new defaults, Angular 22.1, vitest unit-test builder — npm test runs
once and green under CI.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-05 01:02:32 +02:00

14 lines
289 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web</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>
<app-root></app-root>
</body>
</html>