-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (37 loc) · 1.25 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="color-scheme" content="only light" />
<link rel="icon" type="image/png" href="/favicon-16x16.png" />
<!-- Specify the correct type and path -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SSIP</title>
<link rel="manifest" href="./public/manifest.json" />
<!-- Use an absolute path to the manifest file -->
<meta name="theme-color" content="#171717" />
<!-- Replace "#171717" with your desired theme color -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- <script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{ pageLanguage: "en" },
"google_translate_element"
)
}
</script>
<script
type="text/javascript"
src="https://translate.google.com/translate_a/element.js?
cb=googleTranslateElementInit"
></script>
<script
type="module"
src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.3.0/model-viewer.min.js"
></script> -->
<!-- <script type="module" src="/src/main.jsx"></script> -->
</body>
</html>