-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (39 loc) · 1.03 KB
/
index.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
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>VauhtisBingo</title>
<link rel="stylesheet" href="style.css?v3.1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="logon.js?v3.1"></script>
</head>
<body>
<div class="header">
<img src="img/txtlog.png">
</div>
<div class="content">
<div class="bingo-text">
<div>B</div><div>I</div><div>N</div><div>G</div><div>O</div>
</div>
<label>Nimimerkkisi:</label>
<br>
<input id="username" type="text">
<p></p>
Bingolappusi:
<br>
<div id="go" class="button disabled">
Perinteinen
<br>
Vauhtis-Bingo
</div>
<div id="go_games" class="button disabled">
Mitä katsoa? <br>-Bingo
</div>
<div class="cookiepolicy">
Käytämme keksejä. Ilman keksejä Bingolappu ei toimi.<br>
Käyttämällä sivustoa hyväksyt keksit. <br>
Voit kysyä Keksiperkeleeltä lisää kekseistä.
</div>
</div>
</body>
</html>