index.html 658 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Spec Runner</title>
  5. <link rel="stylesheet" href="runner.css" type="text/css" media="screen" title="no title" charset="utf-8" />
  6. <script type="text/javascript" src="../Configuration.js"></script>
  7. </head>
  8. <body>
  9. <div class="container">
  10. <h1><strong>Specs</strong> for <script>document.write(Configuration.name);</script></h1>
  11. <ul id="prebuilt">
  12. <script>
  13. (function(){
  14. for (name in Configuration.presets){
  15. document.write('<li><a href="runner.html?preset=' + name + '">&rarr; ' + name + ': [' + Configuration.presets[name].sets.join(', ') + '] Specs</a></li>');
  16. }
  17. })();
  18. </script>
  19. </ul>
  20. </div>
  21. </body>
  22. </html>