frontispiece / apps / frontispiece-editor / dist / index.html
index.html
Raw
<html>
	<head>
		<meta charset="utf-8">
		<title>Frontispiece Editor</title>
		<link rel="stylesheet" href="index.css" />
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<div id="app"></div>
		<script>
			var global = global || window;
			var process = process || {
			env: { DEBUG: undefined },
			version: []
			};
		</script>
		<script src="index.js"></script>
		<!-- scripting.js file is loaded dynamically, since the engine needs to be created first. -->
	</body>
</html>