You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
268 B
HTML

<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>TODO: title</title>
<script type=module>
import * as qle from "./build/dev/javascript/queer_ledoian/queer_ledoian.mjs";
qle.main();
</script>
</head>
<body>
<main id=lustre-app></main>
</body>
</html>