https://github.com/angular/angular
Raw File
Tip revision: ecb44d3d65c8581fb7bbdaaf96bd53a8cbe9c9a6 authored by Andrew Kushnir on 14 August 2024, 16:25:44 UTC
release: cut the v18.1.5 release
Tip revision: ecb44d3
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