forked from yenche123/podcast-together
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/radio.svg" /> -->
<link rel="icon" type="image/png" href="/radio.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalabel=0" />
<title>一起听播客</title>
<meta name="author" content="yenche123" />
<meta name="description" content="跟你的好友一起实时听播客!" />
<meta property="og:title" content="一起听播客">
<meta property="og:description" content="跟你的好友一起实时听播客!">
<meta property="og:image" content="https://yenche123-1300458905.cos.ap-shanghai.myqcloud.com/podcast-together/radio.png" />
<meta property="og:site_name" content="podcast-together" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="一起听播客" />
<meta name="twitter:description" content="跟你的好友一起实时听播客!" />
<meta name="twitter:image" content="https://yenche123-1300458905.cos.ap-shanghai.myqcloud.com/podcast-together/radio.png" />
<link rel="apple-touch-icon" sizes="256x256" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#f9f9f9">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>