html_maps-test-page.html (718B)
1 <!-- Any copyright is dedicated to the Public Domain. 2 http://creativecommons.org/publicdomain/zero/1.0/ --> 3 <!doctype html> 4 5 <html> 6 <head> 7 <meta charset="utf-8"/> 8 <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> 9 <meta http-equiv="Pragma" content="no-cache" /> 10 <meta http-equiv="Expires" content="0" /> 11 <title>Network Monitor source maps test page</title> 12 <link rel="stylesheet" type="text/css" href="stylesheet_request" /> 13 </head> 14 15 <body> 16 <script type="text/javascript" src="xhr_bundle.js" charset="utf-8"></script> 17 <script type="text/javascript"> 18 "use strict"; 19 20 /* globals doxhr */ 21 doxhr(); 22 </script> 23 </body> 24 </html>