https://github.com/angular/angular
Raw File
Tip revision: 72c11f33b5cfb3c49d1d4aeab5e970b400f76d3d authored by Andrew Kushnir on 11 May 2022, 17:15:36 UTC
release: cut the v13.3.7 release
Tip revision: 72c11f3
index.html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>CliHelloWorld</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>
back to top