Skip to content

Instantly share code, notes, and snippets.

@ladyleet
Created July 7, 2016 09:57
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 ladyleet/2fc633db490d7f5539b5df0efb07ea5a to your computer and use it in GitHub Desktop.
Save ladyleet/2fc633db490d7f5539b5df0efb07ea5a to your computer and use it in GitHub Desktop.
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>NgTattooDemo</title>
<base href="/">
{{#unless environment.production}}
<script src="/ember-cli-live-reload.js" type="text/javascript"></script>
{{/unless}}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
{{#each scripts.polyfills}}
<script src="{{.}}"></script>
{{/each}}
<script>
System.import('system-config.js').then(function () {
System.import('main');
}).catch(console.error.bind(console));
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment