https://github.com/angular/angular
Raw File
Tip revision: f1a2816ba9432b3bf186c94e5f538d72d992dca4 authored by Andrew Kushnir on 06 April 2022, 15:58:29 UTC
release: cut the v14.0.0-next.11 release (#45550)
Tip revision: f1a2816
index.html
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Tour of Heroes</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