You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
532 B

<!DOCTYPE html>
<html>
<head>
<title>30DaysOfJavaScript:22 Day: World Countries List</title>
</head>
<body>
<header>
<h2>World Countries List</h2>
<h4 id="total-countries"></h4>
<h3>30DaysOfJavaScript:DOM-Day-2</h3>
<h3>Author: Asabeneh Yetayeh</h3>
</header>
<div class="countries-container">
<div class="countries-wrapper">
</div>
</div>
<script src="./data/countries.js"></script>
<script src="./js/script.js"></script>
</body>
</html>
</html>