-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.96 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
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paulo Lopez</title>
<link rel="stylesheet" href="style.css">
<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=IBM+Plex+Mono:wght@500&display=swap" rel="stylesheet">
<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=DM+Sans&display=swap" rel="stylesheet">
<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=Titillium+Web:wght@200&display=swap" rel="stylesheet">
</head>
<body class="fondo">
<div class="caja">
<div class="menu">
<div class="logo">
<a href="index.html"><h1 class="texlogo">FETKET</h1></a>
</div>
<div class="indice">
<a href="servicios.html"><h1 class="texto">Servicios</h1></a>
<a href="equipo.html"><h1 class="texto">Equipo</h1></a>
<a href="clientes.html"><h1 class="texto">Clientes</h1></a>
<a href="contactanos.html"><h1 class="texto">Contactanos</h1></a>
</div>
</div>
<div class="caja2">
<div class="imagen">
</div>
<div class="contenido">
<h1 class="textcontenido">Somos una empresa de tecnologia peruana, que brinda soluciones informaticas
para tu negocio o uso personal.
Tenemos herramientas disponibles para ti, miralos aqui y contactanos con gusto
te atenderemos.
</h1>
</div>
</div>
</div>
</body>
</html>