| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Spec Runner</title>
- <link rel="stylesheet" href="runner.css" type="text/css" media="screen" title="no title" charset="utf-8" />
-
- <script type="text/javascript" src="../Configuration.js"></script>
- </head>
- <body>
- <div class="container">
- <h1><strong>Specs</strong> for <script>document.write(Configuration.name);</script></h1>
- <ul id="prebuilt">
- <script>
- (function(){
- for (name in Configuration.presets){
- document.write('<li><a href="runner.html?preset=' + name + '">→ ' + name + ': [' + Configuration.presets[name].sets.join(', ') + '] Specs</a></li>');
- }
- })();
- </script>
- </ul>
- </div>
- </body>
- </html>
|