feat: add landing page for promo
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="SnapGo — 截完图,链接已经在你剪贴板里。常驻菜单栏的轻量截图工具,一键上传到你自己的 S3 兼容对象存储。"
|
||||
/>
|
||||
<meta property="og:title" content="SnapGo — 截完图,链接已经在剪贴板里" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="常驻菜单栏的轻量截图工具,一键上传到你自己的 S3 兼容对象存储。"
|
||||
/>
|
||||
<title>SnapGo — 截完图,链接已经在剪贴板里</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user