https://github.com/angular/angular
Raw File
Tip revision: 0786c59835eb7f0fe374a5efe5a1f5b3b5cf76c7 authored by Misko Hevery on 09 November 2020, 20:46:39 UTC
release: cut the v10.2.3 release
Tip revision: 0786c59
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