Skip to content

Commit

Permalink
add my url
Browse files Browse the repository at this point in the history
to back button
  • Loading branch information
neo305 committed Mar 4, 2024
1 parent f9dd9eb commit 0075a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index-online.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>PS4 900FW Paylo
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Going to Main Menu!!!</h1>";
var link = document.createElement('a');
document.body.appendChild(link);
link.href = '../http://10.12.1.125/index.html';
link.href = '../data/index.html';
link.click();
}

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

<body onload="checkserverstatus();">
<h1 id=msgs style='font-size:25px;text-align:center;color:white'>PS4 900FW Payloads (Offline)</h1>
<button class="btnkme" onMouseOver="msgs.innerHTML='Back to Main Menu'"; onmouseout="msgs.innerHTML='PS4 900FW Payloads (Manual Method) Offline'" ><a href="http://192.168.40.71/index.html">Back to Main Menu</a></button>
<button class="btnkme" onMouseOver="msgs.innerHTML='Back to Main Menu'"; onmouseout="msgs.innerHTML='PS4 900FW Payloads (Manual Method) Offline'" ><a href="http://10.12.1.125/index.html">Back to Main Menu</a></button>
<br><br>
<div id=mymenu style="text-align:center">
<div text-align= center>Pass = <span id=passCounter></span>&nbsp;&nbsp;:&nbsp;&nbsp;Fail = <span id=failCounter></span></div>
Expand Down Expand Up @@ -355,7 +355,7 @@ <h1 id=msgs style='font-size:25px;text-align:center;color:white'>PS4 900FW Paylo
msgs.innerHTML="<h1 style='font-size:25px;text-align:center;'>Going to Main Menu!!!</h1>";
var link = document.createElement('a');
document.body.appendChild(link);
link.href = '../http://10.12.1.125/index.html';
link.href = '../data/index.html';
link.click();
}

Expand Down

0 comments on commit 0075a95

Please sign in to comment.