Follow-up r72340: Special page and its user rights have gone
[lhc/web/wiklou.git] / resources / test / index.html
1 <!doctype html>
2
3 <html>
4 <head>
5 <title>Resource Loader Test</title>
6 <style>
7 #tests li {
8 color: white;
9 }
10 </style>
11 <script type="text/javascript" src="../../load.php?modules=jquery|mw&debug=1"></script>
12 <script type="text/javascript" src="../../load.php?modules=test&debug=1"></script>
13 <script>
14 mw.config.set( 'wgScriptPath', '../..' );
15 </script>
16 </head>
17 <body>
18 <h1>Resource Loader Tests</h1>
19 <ul id="tests"></ul>
20 </body>
21 </html>