A website made for a class project to document an ecological issue resulting from human impact on the environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

36 lines
1.2 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<title>Impact of Poaching on Ecosystems</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This biology project looks into the impact of poaching on ecosystems.">
<meta charset="UTF-8">
<link href="css/styles.css" rel="stylesheet" media="screen">
<!-- Rhino Icons by Twemoji. Generated using favicon.io -->
<link rel="manifest" href="static/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png">
</head>
<body>
<!-- Top Navbar -->
<div class="Navbar">
<div class="Navbar__Link Navbar__Link-brand">
<h1><a href="#">Impact of Poaching on Ecosystems</a></h1>
</div>
<nav class="Navbar__Items Navbar__Items--right">
<div class="Navbar__Link">
<a href="mailto:ravi@yeetpc.com">Contact Me</a>
</div>
</nav>
</div>
<!-- End Top Navbar -->
<script src="js/redirects.js"></script>
</body>
</html>