Skip to content

Commit b79baaf

Browse files
authored
Create index.html
1 parent 549a7d5 commit b79baaf

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

xml/XMLHttpRequest/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>Consume XML request</title>
9+
10+
<!-- <script src="fetchdata1.js"></script> -->
11+
<script src="fetchdata2.js"></script>
12+
13+
</head>
14+
15+
<body>
16+
17+
<ul id="output"></ul>
18+
19+
</body>
20+
21+
</html>

0 commit comments

Comments
 (0)