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

20 lines
478 B
HTML
Raw 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'>
2020-09-27 13:39:35 +02:00
<title>Graulohík</title>
2020-09-26 15:51:26 +02:00
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
2020-09-26 18:27:19 +02:00
<script type="module" src='/build/bundle.js'></script>
2020-09-26 15:51:26 +02:00
</head>
2020-09-28 00:30:34 +02:00
<body style="padding: 0">
2020-09-28 15:00:24 +02:00
<div id="svelte-root" style="position: relative;"></div>
2020-09-26 15:51:26 +02:00
</body>
</html>