Skip to content

Commit 141cc76

Browse files
Charlene TranCharlene Tran
Charlene Tran
authored and
Charlene Tran
committed
created Exercise-CT folder and added html file
1 parent 7f53147 commit 141cc76

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

fetch/Exercise-CT/fetch_planets.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Fetch Planets</title>
5+
<script>
6+
window.addEventListener("load", function(){
7+
// TODO: fetch planets JSON
8+
});
9+
</script>
10+
</head>
11+
<body>
12+
<h1>Destination</h1>
13+
<div id="destination">
14+
<h3>Planet</h3>
15+
</div>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)