18 lines
No EOL
345 B
HTML
18 lines
No EOL
345 B
HTML
<!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> |