Initialize ZUJ OL Apps website with React + TypeScript + Vite
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
<!doctype html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>ZUJ OL Apps — 开源软件聚合站</title>
|
||||
<meta name="description" content="构建轻量、高效、开源的软件工具。涵盖桌面软件、移动应用、开发者工具、笔记系统、SSH 客户端、远程控制、文档组件库与全栈应用。">
|
||||
<meta name="keywords" content="开源软件,桌面应用,移动应用,开发者工具,Tauri,Rust,React,React Native">
|
||||
<meta property="og:title" content="ZUJ OL Apps — 开源软件聚合站">
|
||||
<meta property="og:description" content="构建轻量、高效、开源的软件工具">
|
||||
<meta property="og:type" content="website">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Noto+Sans+SC:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module">
|
||||
window.$RefreshReg$ = () => {};
|
||||
window.$RefreshSig$ = () => (type) => type;
|
||||
</script>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user