index.html.tmpl 200 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>{{appName}}</title> <script defer src="main.dart.js" type="application/javascript"></script> </head> <body> </body> </html>