Files
Vosklet/devel/index.html
2024-03-10 00:56:41 -08:00

11 lines
204 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="Vosklet.js"></script>
<script>
window.onload = async () => {
window.module = await loadVosklet();
}
</script>
</head>
</html>