Update CommandExec-3.php
This commit is contained in:
parent
0cddcae6e2
commit
bb766759d5
|
@ -4,10 +4,10 @@
|
|||
</head>
|
||||
<body bgcolor="#FFFFD2">
|
||||
<div style="background-color:#c9c9c9;padding:15px;">
|
||||
<button class="button" type="button" name="homeButton" onclick="location.href='../homepage.html';">Home Page</button>
|
||||
<button class="button" type="button" name="mainButton" onclick="location.href='commandexec.html';">Main Page</button>
|
||||
<button class="button" type="button" name="nextButton" onclick="location.href='CommandExec-4.php';">Next Level</button>
|
||||
<button class="button" type="button" name="prevButton" onclick="location.href='CommandExec-2.php';">Previous Level</button>
|
||||
<button type="button" name="homeButton" onclick="location.href='../homepage.html';">Home Page</button>
|
||||
<button type="button" name="mainButton" onclick="location.href='commandexec.html';">Main Page</button>
|
||||
<button type="button" name="nextButton" onclick="location.href='CommandExec-4.php';">Next Level</button>
|
||||
<button type="button" name="prevButton" onclick="location.href='CommandExec-2.php';">Previous Level</button>
|
||||
</div>
|
||||
<div style="background-color:#FEFE9A;padding:20px;">
|
||||
<h1 align="center"></h1>
|
||||
|
|
Loading…
Reference in New Issue
Block a user