<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<div class="card">
			<h1>Preserving forests from wildfires one commit at a time!</h1>
			<p>
				PyroNear is a non-profit organization that strives towards protecting
				the environment from natural disasters. And we started with wildfires 🔥
			</p>
			<p>
				Check our <a href="https://pyronear.org/" target="_blank">website</a>
				for more details!
			</p>
		</div>
	</body>
</html>