<!doctype html>
<html>
	<head>
		<!-- prevent caching -->
		<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
		<meta http-equiv="Pragma" content="no-cache" />
		<meta http-equiv="Expires" content="0" />

		<!-- display settings -->
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
		<link rel="shortcut icon" href="./images/favicon.png" />

		<title></title>

		<!-- CSS -->
		<link rel="stylesheet" href="./fonts/adobe-clean.css">
		<link rel="stylesheet" href="./spectre-ui.min.css">
		<link rel="stylesheet" href="./styles.css">

		<!-- scripts -->
		<script type="text/javascript" src="./js/cep.min.js"></script>
		<script type="text/javascript" src="./js/extlib.min.js"></script>
		<script type="text/javascript" src="./js/head.js"></script>

	</head>

	<body class="spc--dark" ><!-- debug-layout-->
		<nav class="grid">
			<product-rune></product-rune>
			<nav-buttons></nav-buttons>
		</nav>

		<container-main></container-main>

		<div id="screen-cover" class="opaque"></div>


		<script src="./js/extliblate.min.js"></script>
		<script src="./js/main.js"></script>
		<script>
			// initialize all visible ui components
			riot.mount('*');
		</script>
	</body>
</html>
