2023-02-06 11:17:43 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2023-02-06 12:23:12 +00:00
|
|
|
<title>Zipcode Finder</title>
|
2023-02-06 11:17:43 +00:00
|
|
|
<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>
|
2023-02-06 12:23:12 +00:00
|
|
|
|