-
Notifications
You must be signed in to change notification settings - Fork 2
/
wwf.html
53 lines (37 loc) · 1.47 KB
/
wwf.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
<!DOCTYPE html>
<!-- To include Spanish accents -->
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<html>
<head>
<title>Visualizador PROAgua</title>
<!-- Needed for Navbar-->
<link rel="stylesheet" href="lib/css/tachyons.min.css" />
<link rel="stylesheet" href="css/dropdown.css" />
<link rel="stylesheet" href="css/w3.css" />
<link rel="stylesheet" href="css/overlay.css" />
<script src="lib/js/includehtml.js"></script>
<!-- About Overlay -->
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<div w3-include-html="about.html"></div>
</div>
</div>
<!-- End Of About Overlay -->
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<!-- End Of: Needed for Navbar-->
</head>
<body class="bg-black-60 white-80 avenir fw5">
<nav id="navbar">
<div w3-include-html="html/navbar.html"></div>
</nav>
<a href="https://www.wwf.ch/sites/default/files/doc-2017-06/2015-report-living-amazon-ecosystem-services.pdf" class="link white hover-bg-dark-gray bg-black pb2 db">
<img src="static/images/wwf.png">
</a>
<h1> yo</h1>
</body>
<!-- Needed for Navbar-->
<script>includeHTML();</script>
<script src="js/overlay.js"></script>
</html>