-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.05 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Career Guidance Chatbot</title>
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<script src="./runtime-config.js"></script>
<!-- Decode GitHub Pages 404 redirect format (/?/path) back to clean client route -->
<script>
(function() {
var l = window.location;
if (l.search && l.search.startsWith('?/')) {
var decoded = l.search.slice(2).replace(/~and~/g, '&');
var cleanPath = decoded.split('?')[0] || '/';
var cleanQuery = decoded.includes('?') ? ('?' + decoded.split('?').slice(1).join('?')) : '';
window.history.replaceState(null, null, cleanPath + cleanQuery + l.hash);
}
})();
</script>
<script type="module" crossorigin src="./assets/index-DGCzFcs3.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-DGGiPoMD.css">
</head>
<body>
<div id="root"></div>
</body>
</html>