Files
cypress/system-tests/projects/angular-custom-root/ui/index.html
2022-12-16 09:13:10 -06:00

14 lines
293 B
HTML

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