This repository has been archived on 2021-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
graf-uloh/frontend/public/grafik.html

36 lines
909 B
HTML
Raw Permalink Normal View History

2020-09-26 15:51:26 +02:00
<!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%;
}
2020-09-26 15:51:26 +02:00
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>
2020-09-26 15:51:26 +02:00
<link rel='stylesheet' href='/build/bundle.css'>
2020-09-26 18:27:19 +02:00
<script type="module" src='/build/bundle.js'></script>
2020-10-17 22:36:00 +02:00
<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>
2020-09-26 15:51:26 +02:00
</head>
2020-09-28 00:30:34 +02:00
<body style="padding: 0">
<div id="page" style="position: relative;">
2020-10-17 22:36:00 +02:00
<noscript>Interaktivní grafy bez Javascriptu neumím</noscript>
</div>
2020-09-26 15:51:26 +02:00
</body>
</html>