Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 3, 2019 22:01
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 parzibyte/2cf8760d08f9c640a8769badd093eade to your computer and use it in GitHub Desktop.
Save parzibyte/2cf8760d08f9c640a8769badd093eade to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HolaAngular</title>
<base href="./"><!--Aquí el cambio-->
<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