-
Notifications
You must be signed in to change notification settings - Fork 0
/
medio_ambiental.html
30 lines (28 loc) · 1.2 KB
/
medio_ambiental.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
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<title>Transforma CSF</title>
<meta content="./img/logo.png" itemprop="image" /> <!--- Favicon en inicio --->
<link rel="icon" type="image/png" href="./img/logo.png" /> <!--- Favicon en general --->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet"><!-- FONT font-family: 'Source Sans Pro', sans-serif; -->
</head>
<body>
<h1 style="text-align: center; font-size: 3rem">Transforma Santa Fe</h1>
<nav>
<a href="./index.html" class="nav">Inicio</a>
<a href="./conocenos.html" class="nav">Conócenos</a>
<a href="./social.html" class="nav">Social</a>
<a href="./medio_ambiental.html" class="nav">Medio Ambiental</a>
</nav>
<!--Made with love by Ctrl-->
<footer style="font-size: 1rem; color: rgb(100, 100, 100); text-align: center;">
<p>
Made with 💙 by <a href="https://ctrl-alt-tec.hackclub.com">Ctrl Alt Tec</a>
</p><br/>
</footer>
</body>
</html>