ora/src/shared/index.html

19 lines
425 B
HTML
Raw Normal View History

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" />
<link href="../../node_modules/tailwindcss/dist/tailwind.css" rel="stylesheet" />
<style>
#root {
width: 100vw;
height: 100vh;
}
</style>
</head>
<body>
<div id="root" />
<script src="./main.js"></script>
</body>
</html>