<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8"/>
		<title>Loading</title>
		<script id="ffCleanupScript" type="text/javascript"><%- inlineScript %></script>
		<style id="ffCleanupStyle" type="text/css"><%- inlineStyle %></style>
	</head>
	<body>
		<script id="ffCleanupConfig" type="text/javascript">
			FFSpaLoader.options.boot.debug.enable = true;
			FFSpaLoader.options.boot.angular.modules.push('exampleUI');
			FFSpaLoader.options.boot.cleanup.tags.push('ffCleanupStyle');
			FFSpaLoader.options.boot.cleanup.tags.push('ffCleanupScript');
			FFSpaLoader.options.boot.cleanup.tags.push('ffCleanupConfig');
			FFSpaLoader.options.server.url = window.location.href;
			FFSpaLoader.options.server.assets = '/static/spa-client-resources';
			FFSpaLoader.options.server.depath = 'example-ui';
			FFSpaLoader.options.server.header.response['X-My-Api'] = 'noknok';
			FFSpaLoader.start();
		</script>
	</body>
</html>