modules/example-browser/html/fallback.html (14 lines of code) (raw):

<!DOCTYPE> <html> <head> <meta charset="utf-8"> <title>Client Side AWS Encryption SDK with MSRCrypto as a fallback</title> <script src="../build/fallback_bundle.js"></script> </head> <body> <script> // This is exported via the webpack library setting test.testFallback() </script> </body> </html>