1 2 3 4 5 6 7 8 9 10
<!doctype html> <html> <head><meta charset="utf-8"><title>domi-egui smoke</title></head> <body> <script type="module"> import init from './pkg/domi_egui_smoke.js'; init(); </script> </body> </html>