-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprincipal.html
34 lines (30 loc) · 1.17 KB
/
principal.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
<html>
<head>
<link rel="stylesheet" href="principal.css">
<link rel="stylesheet" href="principal.js">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<h1>StatsPeru</h1>
<nav>
<ul>
<li><a href="inicio-paginaprincipal.html">Inicio</a></li>
<li><a href="principal.html">Únete</a></li>
<li><a href="contactanos.html">Contáctanos</a></li>
</ul>
</nav>
</header>
<h1 class="Titulo">¡Te damos la bienvenida a StatsPeru!</h1>
<img class="logo" src="logo.png">
<fieldset>
<h2 class="h2">¿COMO DESEAS INGRESAR?</h2>
<BR><BR></BR></BR>
<button><a href="inicio-fanatico.html">FANATICO</a></button>
<BR><BR></BR></BR>
<button><a href="inicio-microempresario.html">MICRO-EMPRESARIO</a></button>
</fieldset>
</body>
</html>