21 lines
635 B
Plaintext
21 lines
635 B
Plaintext
|
<html><head>
|
||
|
<title>Testing</title>
|
||
|
<!-- <script src="/js/jquery.com/jquery-1.11.0.min.js"></script> -->
|
||
|
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
|
||
|
<script src="//sourceforge.net/js/mirrors.js"></script>
|
||
|
<script src="/js/sf.js"></script>
|
||
|
<script>
|
||
|
var DR_loc = DR_parse_hash_url();
|
||
|
if (DR_loc) {
|
||
|
DR_sf_main(DR_loc);
|
||
|
} else {
|
||
|
window.location.href = 'http://sourceforge.net/home.html';
|
||
|
}
|
||
|
</script>
|
||
|
</head><body>
|
||
|
<noscript>
|
||
|
We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires
|
||
|
the use of javascript to function. Please check back later.
|
||
|
</noscript>
|
||
|
</body></html>
|