-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 844 Bytes
/
index.html
File metadata and controls
29 lines (26 loc) · 844 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
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<title>♦♣♥♠</title>
<meta charset="UTF-8">
<!-- http://proger.i-forge.net/The_smallest_transparent_pixel/ -->
<link rel="icon" href="data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=">
<link rel="stylesheet" href="static/main.css">
<script src="game.js" defer></script>
</head>
<body>
<h1>♦ ♣ B l a c k J a c k ♥ ♠ </h1>
<form action="game.html" method="get">
<div class="white">
<div id= "menu">
<div class="name">
P l a y e r I. : <input type="text" name="player1" id="player1">
<br><br>
P l a y e r II.: <input type="text" name="player2" id="player2">
</div>
</div>
<button type="submit" class="button">p l a y</button>
</div>
</form>
</body>
</html>