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
continents.html Normal file
View file

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