|
<!DOCTYPE html> |
|
<html lang="es"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>RIMU - Protecci贸n de Fauna Silvestre</title> |
|
<link rel="stylesheet" href="./static/css/index.css"> |
|
<link rel="icon" href="./static/images/favicon.png"> |
|
</head> |
|
<body> |
|
<header> |
|
<h1>RIMU - Protecci贸n de Fauna Silvestre</h1> |
|
<p>Un sistema de alertas en tiempo real para prevenir atropellamientos de animales silvestres</p> |
|
</header> |
|
|
|
<section class="hero"> |
|
<div class="container"> |
|
<h2>Monitorea y reporta atropellamientos de fauna</h2> |
|
<p>脷nete a nuestra comunidad y ayuda a reducir la mortalidad de animales en las carreteras.</p> |
|
</div> |
|
</section> |
|
|
|
<section class="app-embed"> |
|
<h2>Explora la plataforma en vivo</h2> |
|
<iframe src="https://fauna-temperature-tracker.lovable.app/" width="100%" height="600px" frameborder="0"></iframe> |
|
</section> |
|
|
|
<script src="./static/js/index.js"></script> |
|
</body> |
|
</html> |