https://github.com/angular/angular
Raw File
Tip revision: 73c7882629a65158fa31b431dad7340aa4b02e91 authored by Alex Rickabaugh on 23 September 2020, 18:54:47 UTC
release: cut the v10.1.3 release
Tip revision: 73c7882
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