https://github.com/angular/angular
Raw File
Tip revision: b8183614f59e4bfef79c673346b700d39a669d2f authored by Alex Rickabaugh on 25 August 2021, 21:02:48 UTC
release: cut the v12.2.3 release (#43257)
Tip revision: b818361
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