-
Notifications
You must be signed in to change notification settings - Fork 0
/
correcto.html
20 lines (20 loc) · 1.08 KB
/
correcto.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Bingo Correcto</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
</head>
<body><center>
<br>
<img src="img/correcto.png" height="132" width="132"/>
<h2>¡¡Enhorabuena!!</h2>
<h3>Has sido el ganador</h3>
<h3>Tu premio es de: <span id="premio">...</span> €</h3><br>
<button class="btn btn-default" onclick="window.opener.location.reload();
window.close();"><b>Comenzar bingo nuevo</b></button>
</center></body>
</html>