ng-implementation/blueprint/src/index.html
2025-10-03 11:08:34 +02:00

13 lines
293 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My webapp</title>
<base href="/">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="favicon.ico" rel="icon" type="image/x-icon">
</head>
<body>
<app-root></app-root>
</body>
</html>