Skip to content

Instantly share code, notes, and snippets.

@johnkingzy
Created February 19, 2018 23:10
Show Gist options
  • Save johnkingzy/d5b12ba18cc984db94ead0406503822d to your computer and use it in GitHub Desktop.
Save johnkingzy/d5b12ba18cc984db94ead0406503822d to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Client</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/x-icon" href="favicon.ico">
{{--angular styles begin--}}
{{--angular styles end--}}
</head>
<body>
<app-root></app-root>
{{--angular scripts begin--}}
{{--angular scripts end--}}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment