Update lvl1.php

This commit is contained in:
Ramazan Emre Erkan 2018-11-30 02:31:30 +03:00 committed by GitHub
parent 1bdc1eb1a2
commit de999b780e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<body>
<button type="button" name="homeButton" onclick="location.href='../../homepage.html';">Home Page</button>
<button type="button" name="mainButton" onclick="location.href='main.html';">Main Page</button>
<button type="button" name="mainButton" onclick="location.href='fileinc.html';">Main Page</button>
<button type="button" name="nextButton" onclick="location.href='lvl2.php';">Next Level</button>
<div align="center"><b><h3>This is Level 1</h3></b></div>