netherlands.html 932 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>cocoatlas</title>
  7. <meta name="description" content="test">
  8. <meta name="keywords" content="chocolate, cocoa">
  9. <meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
  10. <link rel="stylesheet" href="styles.css">
  11. <script src="js/jquery-3.6.0.min.js"></script>
  12. <script src="js/jquery-ui.min.js"></script>
  13. <script src="js/application.js"></script>
  14. </head>
  15. <body class="home">
  16. <div class="netherlands">
  17. <p>
  18. Authors of the platform are all based in Eindhoven, the Netherlands.</p>
  19. <a href="producerscountries.html"><div class="buttonEnter">➔</div></a>
  20. </div>
  21. </body>
  22. </html>