-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b44e91a
commit f7f18d8
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<title>Main Menu of Picross Game</title> | ||
</head> | ||
<body> | ||
<h1>Picross Game</h1> | ||
<button onclick="window.location.href='index.html'">Go back</button> | ||
<button onclick="window.location.href='https://revolt3245.github.io/Picross-Solver'">Main Page</button> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<title>Picross Solver</title> | ||
</head> | ||
<body> | ||
<h1>Picross Solver</h1> | ||
<button onclick="window.location.href='index.html'">Go Back</button> | ||
<button onclick="window.location.href='https://revolt3245.github.io/Picross-Solver'">Main Page</button> | ||
</body> | ||
</html> |