page-analyzer.html 614 B

123456789101112131415161718192021
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>ExtJS Page Analyzer</title>
  6. <!-- Ext -->
  7. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  8. <link rel="stylesheet" type="text/css" href="resources/page-analyzer.css" />
  9. <script type="text/javascript" src="../../ext-all.js"></script>
  10. <!-- GC -->
  11. <!-- example code -->
  12. <script type="text/javascript" src="PageAnalyzer.js"></script>
  13. </head>
  14. <body></body>
  15. </html>