Zipcode-Finder/index.html

17 lines
293 B
HTML
Raw Permalink Normal View History

2023-02-06 11:17:43 +00:00
<!DOCTYPE html>
<html>
<head>
<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>