utils/NativeLibraryMiniTest/wasm/assets/index.html (16 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>.NET in the Browser</title> </head> <body> <noscript> <p>This application requires Javascript and WebAssembly to be enabled.</p> </noscript> <script type="text/javascript" src="/mono-config.js"></script> <script type="text/javascript" src="/bootstrap.js"></script> <script type="text/javascript" src="/runtime.js"></script> <script async type="text/javascript" src="/dotnet.js"></script> </body> </html>