angular/integration/platform-server/projects/ngmodule/src/index.html
Matthieu Riegler 9d1d742f1b build: enable angular formatting on all html files
This should also be safe on any html file that isn't an angular template
2025-12-08 10:19:45 -08:00

13 lines
328 B
HTML

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