Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Last active May 24, 2019 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavilanch/d28de79bc1d5faca27b71ac66b66ba53 to your computer and use it in GitHub Desktop.
Save gavilanch/d28de79bc1d5faca27b71ac66b66ba53 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AngularTodo</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment