indiescience/netherlands.html
2021-06-06 08:45:53 +02:00

32 lines
No EOL
974 B
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="netherlands">
<p>
The Netherlands, more specifically Eindhoven,
is where this platform had been created in 2021</p>
<a href="producerscountries.html"><div class="buttonEnter"></div></a>
</div>
</body>
</html>