https://github.com/angular/angular
Raw File
Tip revision: c57b491778fbe5dc14315bbcc3c3867227ae9894 authored by Jason Aden on 28 June 2018, 01:12:36 UTC
release: cut the v6.1.0-beta.3 release
Tip revision: c57b491
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