"INDEX"
Bootstrap 3.3.0 Snippet by Halam

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>INDEX</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Mrs+Sheppards%7CDosis:300,400,700%7COpen+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800;' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<center>
<div class="navbar-header">
<a href="#"><img class="logo" src="logo.jpg" alt="logoUnellez">
</a>
</div>
<h1>
Universidad Nacional Experimental<br>
De Los Llanos Occidentales<br>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
h1 {
font-family: "Helvetica Neue";
font-size: 25px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 20px;
color: white;
}
h3 {
font-family: "Helvetica Neue";
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 14px;
}
p {
font-family: "Helvetica Neue";
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 20px;
}
blockquote {
font-family: "Helvetica Neue";
font-size: 21px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: 21px;
}
pre {
font-family: "Helvetica Neue";
font-size: 13px;
font-style: normal;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: