34 lines
No EOL
1.1 KiB
HTML
34 lines
No EOL
1.1 KiB
HTML
|
|
<!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>
|
|
You are now on the cocoa lands, where coca is
|
|
harvested worldwide. Areas close to the Equator are
|
|
the only “lucky” ones able to grow this typology of
|
|
plantation. The rest of the world rely on them</p>
|
|
<a href="homepage.html"><div class="buttonEnter">➔</div></a>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |