wmr/docs/public/index.html
Jovi De Croock c5c4bb2231
(docs) - setup (#379)
* start of documentation

* create home page

* make sidebar
2021-03-18 20:54:52 +01:00

13 lines
313 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>WMR</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="preload" as="script" href="/index.tsx" crossorigin />
</head>
<body>
<script type="module" src="/index.tsx"></script>
</body>
</html>