-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" >
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-index.css">
<title>Encuestados</title>
</head>
<body>
<div class="logo"></div>
<section class="index-cards">
<div>
<a href="vistaAdministrador.html" class="card">
<span class="icon"></span>
<span class="label">Vista Administrador</span>
</a>
<div>Agregá y eliminá preguntas y respuestas para que tus amigos puedan votar</div>
</div>
<div>
<a href="vistaUsuario.html" class="card">
<span class="icon"></span>
<span class="label">Vista Usuario</span>
</a>
<div>Votá las respuestas a las preguntas que tengas registradas</div>
</div>
</section>
<div class="logo-acamica"></div>
</body>
</html>