-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 1.7 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
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8"/>
<title>Sistema Experto</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- <link href="css/bootstrap-responsive.css" rel="stylesheet"> -->
<link rel="stylesheet" href="css/miestilo.css">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header id="header">
<div class="inner">
<div class="row">
<div class="span4">
<div id="logo">
<h1>Sistema Experto</h1>
</div>
</div>
<div class="span8">
<div class="navbar">
<div class="nav-collapse collapse">
<ul class="nav menu-top">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">Proyectos</a></li>
<li><a href="#contact">Contactos</a></li>
<li><a href="#about">Proyectos</a></li>
<li><a href="#contact">Contactos</a></li>
<li><a href="#about">Proyectos</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
</div><!-- /inner -->
</header>
<div class="container">
<h1>Bootstrap starter template</h1>
<p>Use this document as a way to quick start any new project.<br> All you get is this message and a barebones HTML document.</p>
</div> <!-- /container -->
</body>
</html>