Zipcode-Finder/index.html
2023-02-06 12:17:43 +01:00

16 lines
282 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>noob</title>
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
<main>
<img id="denmark" src="denmark-map.jpg">
<p id="coords"></p>
<div id="zip"></div>
</main>
</body>
</html>