sources/index.html
<!--
SKIP THIS COMMENT IF YOU ARE JUST VIEWING SOURCES ON GITHUB PAGES
This html file is part of DEMO.
Angular CLI has few limitations for index.html location:
If I'll place index.html inside the 'demo' folder
then after the compile phase it will be moved into the 'build/bundles/demo' folder
while bundled scripts will be reside in the parent 'build/bundles' folder.
It's unexpected and not normal behaviour for me,
so I've moved this file to the 'sources' directory
Thanks,
yours Meiblorn!
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Angular 2 fullPage.js</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css"/>
<!--[if lt IE 9]>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css"/>
<![endif]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/xcode.min.css">
</head>
<body>
<a class="github-fork-ribbon" href="https://github.com/meiblorn/ng2-fullpage" title="Fork me on GitHub">Fork me on
GitHub</a>
<app-demo>Demo is loading...</app-demo>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-55696421-3', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>