Skip to content

Commit cd54b36

Browse files
fix title
1 parent 71eee29 commit cd54b36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Web-Fetch-API-VueJS/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Test AJAX with XMLHttpRequest</title>
6+
<title>Test AJAX with Web Fetch API and VueJS</title>
77
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
88
</head>
99
<body>

Web-Fetch-API/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Test AJAX with XMLHttpRequest</title>
6+
<title>Test AJAX with Web Fetch API</title>
77
</head>
88
<body>
99
<div id="books"></div>

jQuery-with-HTML-Templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Test AJAX with jQuery</title>
6+
<title>Test AJAX with jQuery and HTML template</title>
77
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
88
</head>
99
<body>

0 commit comments

Comments
 (0)