indiescience/producerscountries.html

31 lines
1 KiB
HTML
Raw Normal View History

2021-06-06 08:45:53 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>cocoatlas</title>
<meta name="description" content="test">
<meta name="keywords" content="chocolate, cocoa">
<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="styles.css">
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/application.js"></script>
</head>
<body class="home">
<div class="producerscountries">
<p>
2021-06-11 12:11:30 +02:00
In this platform we chose to highlight producer countries. Indeed a very few countries, all based close to the Equator, produce all the cocoa consumed in the world.</p>
2021-06-06 08:45:53 +02:00
<a href="homepage.html"><div class="buttonEnter"></div></a>
</div>
</body>
</html>