File size: 603 Bytes
5dc7f2f
 
 
 
 
 
 
 
 
 
fd45f48
5dc7f2f
fd45f48
 
5dc7f2f
 
fd45f48
 
5dc7f2f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>