Basic menuing

This commit is contained in:
2023-09-10 19:00:06 -07:00
parent 969089eee5
commit 8b8006d4cb
9 changed files with 483 additions and 181 deletions

View File

@ -41,6 +41,11 @@
</head>
<body>
<script>
// disable right clicks
document.body.addEventListener('contextmenu', (event) => {
event.preventDefault();
});
window.addEventListener('load', function(ev) {
// Download main.dart.js
_flutter.loader.loadEntrypoint({