diff options
Diffstat (limited to 'abs/extra/remyth/remyth.html')
-rwxr-xr-x | abs/extra/remyth/remyth.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/abs/extra/remyth/remyth.html b/abs/extra/remyth/remyth.html new file mode 100755 index 0000000..4d1ddb3 --- /dev/null +++ b/abs/extra/remyth/remyth.html @@ -0,0 +1,30 @@ +<head> +<script type="text/javascript"> +function r() +{ + current_hostname=parent.location.hostname + top.frames["content"].location.href = ( "http://" + current_hostname + ":6544" ) ; + +} + +function express() +{ + current_hostname=parent.location.hostname + top.frames["content"].location.href = ( "http://" + current_hostname + ":6565" ) ; + + } + +function remyth() +{ + current_hostname=parent.location.hostname + top.frames["content"].location.href = ( "http://" + current_hostname + ":8088" ) ; + + } + + +</script> +</head> +<body onload="JavaScript:remyth();"> + +</body> +</html>
\ No newline at end of file |