-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathapp.html
28 lines (26 loc) · 1.19 KB
/
app.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
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="apple-touch-icon" sizes="180x180" 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="manifest" href="/site.webmanifest" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<!-- og -->
<meta property="og:description" content="进口原研药目录" />
<meta property="og:title" content="进口原研药目录" />
<!-- twitter card-->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lvwzhen" />
<meta name="twitter:title" content="进口原研药目录" />
<meta name="twitter:description" content="约 400 种药品,实时更新的进口原研药数据库" />
<meta name="twitter:image" content="https://medicine.lvwzhen.com/og-image.png">
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }} class="antialiased">
{{ APP }}
</body>
</html>