This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (35 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TenSu </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="客語語音學習工具。利用客話TTS語音合成AI,電腦讀客話分你聽,學客話。">
<meta name="author" content="意傳科技">
<meta name="copyright" content="意傳科技">
<meta itemprop="name" content="TenSu">
<meta itemprop="image" content="/android-chrome-512x512.png">
<meta itemprop="description" content="客語語音學習工具。利用客話TTS語音合成AI,電腦讀客話分你聽,學客話。">
<meta property="og:title" content="TenSu" >
<meta property="og:image" content="/android-chrome-512x512.png">
<meta property="og:description" content="客語語音學習工具。利用客話TTS語音合成AI,電腦讀客話分你聽,學客話。" >
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app"></div>
<script src="/bundle.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78757122-9', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>