https://github.com/angular/angular
Raw File
Tip revision: 99723fc64ed6ded3635ae5e19648550dc42f1bc1 authored by Alex Rickabaugh on 10 January 2023, 18:45:00 UTC
release: cut the v15.1.0 release
Tip revision: 99723fc
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