-
Notifications
You must be signed in to change notification settings - Fork 0
/
prueba.html
51 lines (43 loc) · 2.37 KB
/
prueba.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
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<script src="https://kit.fontawesome.com/9b75147fe3.js" crossorigin="anonymous"></script>
<!-- Required meta tags -->
<meta charset="utf-8">
<!-- Mobile First -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="ASSETS/IMG/manito.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="ASSETS/CSS/styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz&display=swap" rel="stylesheet">
<title>Evalua tu local</title>
</head>
<body>
<div class="container text-center">
<h2 id="texto">¿Volverias a vistarnos? </h2>
<form method="post" action="sino.php">
<div class="checks">
<img id="check" src="ASSETS/IMG/check.png"></div>
<div class="nos"><img id="no" src="ASSETS/IMG/no.png"></div>
<div class="radio">
<label><input type="radio" name="optradio" value="1" checked></label>
</div>
<div class="radio">
<label><input type="radio" name="optradio" value="0"></label>
</div><br>
<button type="submit" class="btn btn-warning btn-lg" id="botonrojo">Enviar</button>
</form>
</div>
<div class="hero-image3">
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script></body>
</html>