https://github.com/angular/angular
Raw File
Tip revision: 58f8ba0a8c0d71afdcd4d8cb0008c69b09e0c094 authored by Misko Hevery on 03 February 2021, 23:38:34 UTC
release: cut the v11.2.0-rc.0 release
Tip revision: 58f8ba0
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