Add basis for exercise as well as task description
This commit is contained in:
parent
c449843941
commit
41ae601c19
9 changed files with 200 additions and 1 deletions
18
currency.html
Normal file
18
currency.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Countries paying in - World Information System</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Countries paying in <span id="currency"></span></h1>
|
||||
<div>
|
||||
<ul id="country-list">
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
<script src="js/currency.js"></script>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue