https://github.com/angular/angular
Raw File
Tip revision: dd0722fd1fa6f6fa4ea92370b2b4d6845edb49fa authored by Dylan Hunn on 05 October 2021, 00:22:05 UTC
release: cut the v13.0.0-next.11 release (#43707)
Tip revision: dd0722f
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