https://github.com/angular/angular
Raw File
Tip revision: a69507a0adc0e559d152eb3fb988a410ef9352a7 authored by atscott on 09 September 2020, 20:31:47 UTC
release: cut the v11.0.0-next.1 release
Tip revision: a69507a
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