35 lines
		
	
	
	
		
			916 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			916 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
	<meta charset='utf-8'>
 | 
						|
	<meta name='viewport' content='width=device-width,initial-scale=1'>
 | 
						|
 | 
						|
	<title>KSP kurz</title>
 | 
						|
	<style>
 | 
						|
		html, body {
 | 
						|
			height: 100%;
 | 
						|
		}
 | 
						|
 | 
						|
		body {
 | 
						|
			color: #333;
 | 
						|
			margin: 0;
 | 
						|
			box-sizing: border-box;
 | 
						|
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 | 
						|
		}
 | 
						|
	</style>
 | 
						|
	<link rel='stylesheet' href='/build/bundle.css'>
 | 
						|
 | 
						|
	<script type="module" src='/build/bundle.js'></script>
 | 
						|
	<script nomodule>
 | 
						|
		document.onload = () => {
 | 
						|
			document.getElementById("svelte-root").textContent = "Tvůj prohlížeč je mentálně retardovaný, sežeň si prosím třeba aktuální Firefox."
 | 
						|
		}
 | 
						|
	</script>
 | 
						|
</head>
 | 
						|
 | 
						|
<body style="padding: 0">
 | 
						|
	<div id="svelte-root" style="position: relative;">
 | 
						|
		<noscript>Interaktivní grafy bez Javascriptu neumím</noscript>
 | 
						|
	</div>
 | 
						|
</body>
 | 
						|
</html>
 |