1 | <html><head> |
---|
2 | <title>Testing</title> |
---|
3 | <!-- <script src="/js/jquery.com/jquery-1.11.0.min.js"></script> --> |
---|
4 | <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> |
---|
5 | <script src="//sourceforge.net/js/mirrors.js"></script> |
---|
6 | <script src="/js/sf.js"></script> |
---|
7 | <script> |
---|
8 | var DR_loc = DR_parse_hash_url(); |
---|
9 | if (DR_loc) { |
---|
10 | DR_sf_main(DR_loc); |
---|
11 | } else { |
---|
12 | window.location.href = 'http://sourceforge.net/home.html'; |
---|
13 | } |
---|
14 | </script> |
---|
15 | </head><body> |
---|
16 | <noscript> |
---|
17 | We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires |
---|
18 | the use of javascript to function. Please check back later. |
---|
19 | </noscript> |
---|
20 | </body></html> |
---|