Skip to content

Instantly share code, notes, and snippets.

@nanotroy
Created August 29, 2019 19:35
Show Gist options
  • Save nanotroy/acc697e3019bbb42438477289286c1d4 to your computer and use it in GitHub Desktop.
Save nanotroy/acc697e3019bbb42438477289286c1d4 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AngularSeo</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 class="content"></app-root>
<footer>Built with <a href="https://github.com/maciejtreder/ng-toolkit">ng-toolkit</a> by <a href="https://www.maciejtreder.com">maciejtreder.com</a></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment