Add complete project

This commit is contained in:
Julius Freudenberger 2025-11-19 23:24:55 +01:00
parent c449843941
commit 76725c3410
8 changed files with 144 additions and 0 deletions

18
continent.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Continent - World Information System</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1 id="continent-heading"></h1>
<div>
<ul id="country-list">
</ul>
</div>
</body>
<script src="js/continent.js"></script>
</html>