https://github.com/angular/angular
Raw File
Tip revision: 77329b70a088d226eb0f9c3e1171d9fdc9e31c3f authored by Ben Hong on 12 March 2024, 19:18:54 UTC
docs: fix missing security guide in navigation (#54830)
Tip revision: 77329b7
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