https://github.com/angular/angular
Raw File
Tip revision: c675d2b82024e4b03f7316539f26f4cfa070b2c3 authored by Ben Hong on 21 May 2024, 16:21:31 UTC
docs: make entire tutorial local to match offline intention for first-app tutorial
Tip revision: c675d2b
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