https://github.com/angular/angular
Raw File
Tip revision: 64cf087ae562720c39cc89ba6073f070e3be4c3b authored by atscott on 17 August 2020, 20:23:09 UTC
release: cut the v10.1.0-next.6 release
Tip revision: 64cf087
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