-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
52 lines (48 loc) · 2.53 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta property="og:url" content="https://nicegoodthings.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Portal Lite" />
<meta property="og:image" content="https://nicegoodthings.com/apple-touch-icon.png" />
<meta property="og:description" content="Your personal portal on Web" />
<meta property="og:site_name" content="Portal Lite" />
<meta property="og:locale" content="en_US" />
<!-- <meta property="article:author" content="" /> -->
<meta name="twitter:card" content="Your personal portal on Web" />
<!-- <meta name="twitter:site" content="@site_account" /> -->
<meta name="twitter:creator" content="@privoce1" />
<meta name="twitter:url" content="https://nicegoodthings.com" />
<meta name="twitter:title" content="Privoce Portal" />
<meta name="twitter:description" content="Your personal portal on Web" />
<meta name="twitter:image" content="https://nicegoodthings.com/apple-touch-icon.png" />
<link rel="icon" href="/favicon.ico" />
<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" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no,user-scalable=no,maximum-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Portal Lite 一站式导航-网站-工具-小组件" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Portal Lite - Privoce - 一站式导航 - 网站 - 工具 - 小组件</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<section id="modal-root"></section>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>