-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathajustes.html
33 lines (29 loc) · 960 Bytes
/
ajustes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AJUSTES</title>
<link rel="stylesheet" href="estilos.css">
</head>
<body class="body-ajustes">
<div class="container-perfil-padre">
<div class="container-perfil-hijo">
<a id="enlace" href="perfil.html">Perfil</a>
</div>
<div class="container-perfil-hijo">
<button id="enlace-btn" class="btn-desactivar-sonido">Desactivar sonido</class=button>
</div>
<div class="container-perfil-hijo">
<a id="enlace" href="">Ayuda</a>
</div>
<div class="container-perfil-hijo">
<a id="enlace" href="#">Cerrar sesión</a>
</div>
<div>
<p id="version-app">Version 1.0</p>
</div>
</div>
</body>
</html>