-
Notifications
You must be signed in to change notification settings - Fork 1
/
games.html
34 lines (34 loc) · 981 Bytes
/
games.html
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
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>VauhtisBingo</title>
<link rel="stylesheet" href="style.css?v3.2">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="games_bingo.js?v3.2"></script>
<script src="bingo.js?v3.2"></script>
</head>
<body>
<div class="header">
<img src="img/txtlog.png">
</div>
<div class="content">
<div class="board">
<div class="board-row">
<div>P</div><div>E</div><div>L</div><div>I</div><div>T</div>
</div>
</div>
<div id="board" class="board">
</div>
<div class="board">
<div id="username" class="board-row">
</div>
</div>
<div id="bottomtext">Muista myös <a href="play.html">Perinteinen Vauhtis-Bingo</a>!</div>
</div>
<div id="fillguide">
Lisävinkkejä suorituksiin saat painamalla ruutua hetken pohjassa!<br>
<div id="closeguide">OK!</div>
</div>
</body>
</html>