-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStart.php
More file actions
24 lines (22 loc) · 761 Bytes
/
Start.php
File metadata and controls
24 lines (22 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--Tekijät: Miia-Maria Mikkola ja Jenni Hautala-->
<!--Start.php sisältää pelinäkymän napit.
Game-otsikko kuvastaa näkymän tarkoitusta.
Näkymässä on kaksi nappulaa, jotka toimivat samoin
kuin aloitusnäkymässä-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</link>
<style></style>
<meta charset="UTF-8">
<title>Solitaire</title>
</head>
<body>
<h2>Game</h2>
<div class="buttons">
<form action="ButtonHandler.php" method="get">
<input type="Submit" Name = "HowToPlay" VALUE = "How to Play?">
<input type="Submit" Name = "Settings" VALUE = "Settings">
</div>
</body>
</html>