-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (54 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
57 lines (54 loc) · 1.8 KB
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
<html>
<head>
<meta http-equiv = "content-type" content = "text/html charset = utf-8" />
<link rel = "stylesheet" type = "text/css" href = "styles.css">
<title>LibreFing</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/kickstart.js"></script> <!-- KICKSTART -->
<link rel="stylesheet" href="css/kickstart.css" media="all" /> <!-- KICKSTART -->
</head>
<body>
<!--TOP-->
<div id = "top">
<!--Logo-->
<div id = "logo">
LibreFing
</div>
<!--Fin Logo-->
<!--Menu-->
<div id = "menu">
<center>
<!-- Menu Horizontal -->
<ul class="menu">
<li class="current"><a href="index.html">Home</a></li>
<li><a href="descargas.html">Descargas</a></li>
<li><a href="http://librefing.tk/wiki/Main_Page"target="_blank">Wiki</a></li>
<li><a href="quienes-somos.html">Quienes Somos</a></li>
<li><a href="proyectos.html">Proyectos</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</center>
</div>
<!--Fin Menu-->
</div>
<!--Fin Top-->
<div id="body">
<div id ="cuerpo">
<h5>Ultimas Noticias</h5>
<!-- Paragraph -->
<blockquote class="small">
<p> psoto test </p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
</blockquote>
</div>
<div id="pie">
LibreFing 2013 =)
</div>
</div>
</body>
</html>