<!doctype html>
<html lang="en">
<head>
<title>
Vleue Navigator
</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<script type="module">
import init from './name-of-example.js'
init()
</script>
<body class="h-screen m-0 flex items-center justify-center bg-gray-900 text-white">
</body>
</html>