-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<title>BingoLetes</title>
<link rel="stylesheet" type="text/css" href="static/CSS/index.css">
<link rel="icon" href="static/assets/icon.svg" type="image/x-icon"/>
</head>
<body>
<div class="homepage">
<div class="homepage_frame">
<div class="title">BingoLetes</div>
<div class="buttons_frame">
<button class="play_frame" onclick="location.href='bingopage.html'">
<img style="width: 80px; height: 80px" src="static/assets/play.png" />
<div class="buttons_text_frame">Play!</div>
</button>
<button class="cartones_frame" onclick="location.href='https://www.bingo.es/cartones-bingo/'">
<img style="width: 80px; height: 80px" src="static/assets/Vector.png"></img>
<div class="buttons_text_frame">Cartones</div>
</button>
</div>
</div>
</div>
<a href="https://librecounter.org/referer/show">
<img src="https://librecounter.org/counter.svg" referrerPolicy="unsafe-url" hidden/>
</a>
</body>
</html>