graphql-browser-client/currency.html

18 lines
No EOL
379 B
HTML

<!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>