-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (17 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Visor de mapes Agrifuturs</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</head>
<body>
<h1 class="text-center m-4">Visor de mapes Agrifuturs</h1>
<p class="text-center m-4">Els mapes d'aquesta pàgina son resultats provisionals, no es poden donar per vàlids en cap cas.</p>
<a href="climes.html" class="btn btn-primary btn-lg active m-4" role="button" aria-pressed="true">Classificacions climàtiques</a>
<a href="idoneitat.html" class="btn btn-primary btn-lg active m-4" role="button" aria-pressed="true">Mapes d'idoneïtat</a>
<a href="idoneitat_rec.html" class="btn btn-primary btn-lg active m-4" role="button" aria-pressed="true">Mapes d'idoneïtat segons rec</a>
<a href="nbr.html" class="btn btn-primary btn-lg active m-4" role="button" aria-pressed="true">Mapes de necessitats netes de reg</a>
</body>
</html>