-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (39 loc) · 1.68 KB
/
index.html
File metadata and controls
47 lines (39 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ADSIB</title>
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</script>
<meta name="name" content="content">
</head>
<body>
<header>
</header>
<nav id="navegacion-principal" class="navbar navbar-default ">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu-principal">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="logo-adsib" class="navbar-brand" href="index.html"><img src="img/logoAdsib.png"></a>
</div>
<div class="collapse navbar-collapse" id="menu-principal">
<ul class="nav navbar-nav navbar-left">
<li><a href="http://adsib.gob.bo/" class="page-scroll" target="_blank">Institución</a></li>
<li><a href="https://www.nic.bo/" class="page-scroll" target="_blank">Nic.bo</a></li>
<li class="active"><a href="https://solicitud.firmadigital.bo/" class="page-scroll">Firma Digital</a></li>
<li><a href="http://softwarelibre.gob.bo/" class="page-scroll" target="_blank">Repositorio</a></li>
</ul>
</div>
</div>
</nav>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>