https://github.com/angular/angular
Raw File
Tip revision: ebd94ef41b5fdd1acc89ae21d6476122aa10521e authored by Andrew Scott on 13 January 2021, 21:26:54 UTC
release: cut the v11.1.0-rc.0 release (#40420)
Tip revision: ebd94ef
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