๐Ÿ“ฆ Asabeneh / 30-Days-Of-JavaScript

๐Ÿ“„ index.html ยท 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17<!DOCTYPE html>
<html lang="en">

<head>
	<title>30DaysOfJavaScript:18 Day </title>
</head>

<body>
	<h1>30DaysOfJavaScript:18 Day</h1>
	<h2>Promises</h2>

	<script src="./data/countries_data.js"></script>
	<script src="./scripts/main.js"></script>

</body>

</html>