-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (46 loc) · 1.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Official Website of Cristian Manrique - Fitness Model, and Personal Trainer
</title>
<meta name="description"
content="Cristian Manrique - Personal Trainer Online.Programas Personalizados a tu medida, para desarrallar un cuerpo atletico y Definido."/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="css/normalize.min.css"/>
<link rel="stylesheet" href="css/main.css"/>
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="header">
<div class="content">
<a href="/" title="MaestrosDelGym.net" class="logo">
<img src="/static/images/logos/mejorandola.png?v=1.0" alt="MaestrosDelGym.net"
height="36" width="158">
</a>
<nav class="menu">
<ul class="lista">
<li class="tab">
<a href="*" title="Inicio">INICIO</a>
</li>
<li class="tab">
<a href="*" title="Conferencias">CONFERENCIAS</a>
</li>
<li class="tab">
<a href="*" title="Videos">VIDEOS</a>
</li>
<li class="tab">
<a href="*" title="Podcast">PODCAST</a>
</li>
</ul>
</nav>
</div>
</header>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
</body>
</html>