We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a799f commit 6475ae5Copy full SHA for 6475ae5
index/index.html
@@ -5,7 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<meta name="description" content="This is the frontend for hw2, a AI photo album.">
8
- <title>AI Photo Search</title>
+ <title>AI Photo Search Demo</title>
9
<!-- api gateway generated sdk -->
10
<script src="./assets/js/sdk/lib/axios/dist/axios.standalone.js"></script>
11
<script src="./assets/js/sdk/lib/CryptoJS/rollups/hmac-sha256.js"></script>
@@ -49,4 +49,4 @@ <h2>Upload image</h2>
49
<script src="./assets/js/album.js"></script>
50
<script src="./assets/js/voice.js"></script>
51
</body>
52
-</html>
+</html>
0 commit comments