https://github.com/angular/angular
Raw File
Tip revision: 51d53fc728979aaa6cb8fd692f8e24f45a11633c authored by Dylan Hunn on 17 January 2024, 22:36:40 UTC
release: cut the v17.1.0 release
Tip revision: 51d53fc
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