Add complete project
This commit is contained in:
parent
c449843941
commit
76725c3410
8 changed files with 144 additions and 0 deletions
18
continents.html
Normal file
18
continents.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue