2020-09-19 01:58:28 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link href="../../node_modules/spectre.css/dist/spectre.min.css" rel="stylesheet" />
|
2020-10-11 23:46:06 +02:00
|
|
|
<link href="../../node_modules/tailwindcss/dist/tailwind.min.css" rel="stylesheet" />
|
2020-09-19 01:58:28 +02:00
|
|
|
<style>
|
2020-10-12 00:11:23 +02:00
|
|
|
body {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
|
|
'Helvetica Neue', sans-serif;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
|
|
|
|
}
|
|
|
|
|
2020-09-19 01:58:28 +02:00
|
|
|
#root {
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
</style>
|
2020-10-12 00:11:23 +02:00
|
|
|
<title>Ora</title>
|
2020-09-19 01:58:28 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root" />
|
|
|
|
<script src="./main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|