* msg updates
[lhc/web/wiklou.git] / js2 / mwApiProxy.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Javascript Api Proxy</title>
6 <style type="text/css">
7 body{
8 font-size:80%;
9 }
10 img {
11 border:medium none;
12 }
13 </style>
14 <script type="text/javascript">
15 var domainList = [
16 '127.0.0.1'
17 ];
18 </script>
19 </head>
20 <body>
21 <h3> This file proxies api and html output for source domains: </h3>
22 <div id="domainList"></div>
23 <script type="text/javascript">
24 var o='';
25 for( var i in domainList){
26 o+='<br><i>'+ domainList[i] + '</i>';
27 }
28 </script>
29 </body>
30 </html>
31