mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-11-01 00:34:11 +01:00
19 lines
425 B
HTML
19 lines
425 B
HTML
|
<!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>
|