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.

35 lines
1.1 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Impact of Poaching on Ecosystems</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="This biology project looks into the impact of poaching on ecosystems.">
  7. <meta charset="UTF-8">
  8. <link href="css/styles.css" rel="stylesheet" media="screen">
  9. <link rel="manifest" href="static/site.webmanifest">
  10. <link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-touch-icon.png">
  11. <link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.png">
  12. <link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png">
  13. </head>
  14. <body>
  15. <!-- Top Navbar -->
  16. <div class="Navbar">
  17. <div class="Navbar__Link Navbar__Link-brand">
  18. <h1><a href="#">Impact of Poaching on Ecosystems</a></h1>
  19. </div>
  20. <nav class="Navbar__Items Navbar__Items--right">
  21. <div class="Navbar__Link">
  22. <a href="mailto:ravi@yeetpc.com">Contact Me</a>
  23. </div>
  24. </nav>
  25. </div>
  26. <!-- End Top Navbar -->
  27. <script src="js/redirects.js"></script>
  28. </body>
  29. </html>