https://github.com/angular/angular
Raw File
Tip revision: f708479e2ee2e96af01cec63aff9c4abf535a95b authored by Jessica Janiuk on 18 May 2022, 18:42:28 UTC
release: cut the v13.3.9 release (#46042)
Tip revision: f708479
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