-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (30 loc) · 1.25 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
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=GFS+Didot">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200">
<link rel="stylesheet" href="style.css">
<title>Tarea clase 6</title>
</head>
<body>
<div class="container">
<header>
<h1 id="titulo">Tarea clase 6</h1>
</header>
<div class="content">
<main>
<div id="first-part">
<a href="EDADES/index.html"><input type="submit" value="EDADES" id="edades" class="button"/></a>
<a href="TRABAJOS/index.html"><input type="submit" value="TRABAJOS" id="trabajos" class="button"/></a>
</div>
</main>
</div>
<footer>Proyecto para /r argentina</footer>
</div>
<script type="text/javascript" src="grupoFamiliar.js"></script>
</body>
</html>