mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
381 B
HTML
12 lines
381 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<iframe id="frame"></iframe>
|
|
<script type="application/javascript">
|
|
var tempstr = window.location.pathname.substring(0, window.location.pathname.lastIndexOf('/')+1);
|
|
document.getElementById("frame").src = "http://mochi.test:8888" + tempstr + "grandchild_bug260264.html" + window.location.hash;
|
|
</script>
|
|
</body>
|
|
</html>
|