|
7 | 7 | <html lang="zh-Hans-TW"> |
8 | 8 |
|
9 | 9 | <head> |
| 10 | + <!-- 基本設定 --> |
10 | 11 | <meta charset="UTF-8"> |
11 | 12 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
12 | | - <!-- --> |
13 | | - <title>PDRenderKit</title> |
14 | | - <meta name="description" content="A lightweight front-end framework designed to separate the front-end user interface and data logic. 2023 Pardn Chiu 邱敬幃"> |
| 13 | + <meta name="robots" content="index, follow"> |
| 14 | + <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover"> |
15 | 15 | <meta name="theme-color" content="#000000"> |
16 | | - <!-- --> |
17 | | - <meta property="og:title" content=">Websitemplate 網站模板 25"> |
18 | | - <meta property="og:description" content=""> |
19 | | - <meta property="og:image" content=""> |
| 16 | + |
| 17 | + <!-- 網頁標題與描述 --> |
| 18 | + <title>PDRenderKit 輕量化前端框架</title> |
| 19 | + <meta name="description" content="(JavaScript Lib) PDRenderKit contains a lightweight front-end framework designed to separate the front-end user interface and data logic. 邱敬幃 Pardn Chiu."> |
| 20 | + |
| 21 | + <!-- Open Graph 資訊 --> |
| 22 | + <meta property="og:title" content=">PDRenderKit 輕量化前端框架"> |
| 23 | + <meta property="og:description" content="(JavaScript Lib) PDRenderKit contains a lightweight front-end framework designed to separate the front-end user interface and data logic. 邱敬幃 Pardn Chiu."> |
| 24 | + <meta property="og:image" content="https://opengraph.githubassets.com/1/pardnchiu/PDRenderKit"> |
20 | 25 | <meta property="og:url" content="https://pardnchiu.github.io/PDRenderKit"> |
21 | 26 | <meta property="og:type" content="website"> |
22 | | - <!-- --> |
23 | | - <meta property="twitter:title" content=">Websitemplate 網站模板 25"> |
24 | | - <meta property="twitter:description" content="A lightweight front-end framework designed to separate the front-end user interface and data logic. 2023 Pardn Chiu 邱敬幃"> |
25 | | - <meta property="twitter:image" content=""> |
| 27 | + <meta property="og:site_name" content="PDRenderKit 輕量化前端框架"> |
| 28 | + |
| 29 | + <!-- Twitter 卡片資訊 --> |
| 30 | + <meta property="twitter:title" content=">PDRenderKit 輕量化前端框架"> |
| 31 | + <meta property="twitter:description" content="(JavaScript Lib) PDRenderKit contains a lightweight front-end framework designed to separate the front-end user interface and data logic. 邱敬幃 Pardn Chiu."> |
| 32 | + <meta property="twitter:image" content="https://opengraph.githubassets.com/1/pardnchiu/PDRenderKit"> |
| 33 | + <meta property="twitter:image:alt" content="PDRenderKit 輕量化前端框架"> |
26 | 34 | <meta property="twitter:url" content="https://pardnchiu.github.io/PDRenderKit"> |
27 | | - <meta property="twitter:site" content=""> |
28 | | - <meta property="twitter:card" content=""> |
29 | | - <!-- --> |
| 35 | + <meta property="twitter:site" content="@pardnchiu"> |
| 36 | + <meta property="twitter:card" content="summary_large_image"> |
| 37 | + |
| 38 | + <!-- Mobile App 設定 --> |
30 | 39 | <meta name="mobile-web-app-capable" content="no"> |
31 | 40 | <meta name="apple-mobile-web-app-capable" content="no"> |
32 | 41 | <meta name="apple-mobile-web-app-status-bar-style" content="default"> |
33 | | - <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover"> |
34 | | - <meta name="theme-color" content="#000"> |
35 | | - <!-- --> |
| 42 | + |
| 43 | + <!-- 網站圖標 --> |
36 | 44 | <link rel="apple-touch-icon" href=""> |
37 | 45 | <link rel="apple-touch-icon-precomposed" href=""> |
38 | 46 | <link rel="icon" href="" type="image/x-icon"> |
39 | | - <!-- --> |
| 47 | + |
| 48 | + <!-- 驗證標籤 --> |
40 | 49 | <meta name="google-site-verification" content="YQQ2f6AchR8dcb55Az2BYd_mw4TrP0J1RApD-v2v65Y" /> |
41 | | - <!-- --> |
| 50 | + |
| 51 | + <!-- 樣式與字型 --> |
42 | 52 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
43 | 53 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 54 | + <link rel="preload" href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap" as="style"> |
44 | 55 | <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap" rel="stylesheet"> |
45 | | - <!-- --> |
46 | | - <link rel="stylesheet" href="https://pardnchiu.github.io/css/index.css"> |
47 | | - <!-- --> |
| 56 | + |
| 57 | + <!-- 資源預載: https://cdn.jsdelivr.net --> |
48 | 58 | <link rel="preconnect" href="https://cdn.jsdelivr.net"> |
49 | 59 | <link rel="preload" href="https://cdn.jsdelivr.net/gh/pardnchiu/PDMarkdownKit@1.0.0/dist/PDMarkdownKit.js" as="script"> |
50 | 60 | <script src="./dist/PDRenderKit.js" copyright="Pardn Ltd"></script> |
51 | 61 |
|
| 62 | + <!-- 資源預載: https://pardnchiu.github.io --> |
| 63 | + <link rel="preconnect" href="https://pardnchiu.github.io"> |
| 64 | + <link rel="preload" href="https://pardnchiu.github.io/css/index.css" as="style"> |
| 65 | + <link rel="stylesheet" href="https://pardnchiu.github.io/css/index.css"> |
| 66 | + |
| 67 | + <!-- 本地資源 --> |
52 | 68 | <script type="module" src="./static/js/index.js"></script> |
53 | 69 | </head> |
54 | 70 |
|
55 | 71 | <body id="app" class="md"> |
56 | | - <!-- <span class="loader"></span> --> |
57 | | - <nav id="nav" style="max-width: 1024px;"> |
58 | | - <a href="https://github.com/pardnchiu" target="_blank"> |
59 | | - <!-- <i class="fa-brands fa-github"></i> --> |
60 | | - <!-- svg 插入範例 --> |
61 | | - <style> |
62 | | - nav>a>svg { |
63 | | - width: 1.5rem; |
64 | | - height: 1.5rem; |
65 | | - } |
66 | | - </style> |
67 | | - <span class="svg" src="static/image/github-brands-solid.svg"></span> |
| 72 | + <nav id="nav" style="max-width: 1024px;" :test="test {{ CALC(num * 2) }}"> |
| 73 | + <a class="dom-temp" href="https://github.com/pardnchiu" target="_blank"> |
| 74 | + <i class="fa-brands fa-github"></i> |
68 | 75 | </a> |
69 | | - <img class="head lazyload" data-src="https://pardn.io/image/head-s.jpg" alt="邱敬幃 Pardn Chiu" onclick="window.open('https://linkedin.com/in/pardnchiu')"> |
70 | | - <a href="mailto:mail@pardn.ltd"> |
| 76 | + <img class="head lazyload dom-temp" data-src="https://pardn.io/image/head-s.jpg" alt="邱敬幃 Pardn Chiu" onclick="window.open('https://linkedin.com/in/pardnchiu')"> |
| 77 | + <a class="dom-temp" href="mailto:mail@pardn.ltd"> |
71 | 78 | <i class="fa-regular fa-envelope"></i> |
72 | 79 | </a> |
73 | 80 | </nav> |
|
0 commit comments