https://github.com/angular/angular
Raw File
Tip revision: c2149dfaa82aa0e1963d4a8b1f49063a9c4a9d69 authored by Andrew Scott on 20 March 2024, 19:25:38 UTC
release: cut the v17.3.1 release
Tip revision: c2149df
index.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>CliHelloWorld</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