forked from DEV-MAT1996/Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (30 loc) · 1.19 KB
/
index.html
File metadata and controls
39 lines (30 loc) · 1.19 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
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-language" content="en" />
<title>TAO-STAR</title>
<meta name="description" content="TAO-STAR Portfolio" />
<meta name="author" content="TAO-STAR" />
<meta property="og:title" content="TAO-STAR Portfolio" />
<meta property="og:description" content="TAO-STAR Portfolio" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<!-- <div id="google_translate_element" style="display:none;"></div> -->
<!-- <script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
includedLanguages: 'en,ja',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script> -->
<!-- <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
-->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>