Skip to content

Commit

Permalink
edit webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
revolt3245 committed Nov 13, 2023
1 parent 7d1348e commit 8133801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
<html>
<head>
<title>Picross Solver</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>

<div id="main menu">
<h1>Picross Solver</h1>
<button id="button_picross_solver">Picross Solver</button>
<button id="button_picross_game">Picross Game</button>
</div>
</body>
</html>
Empty file added web/style.css
Empty file.

0 comments on commit 8133801

Please sign in to comment.