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