Files
mengyalinkfly/mengyalinkfly-frontend/index.html
2025-12-14 15:11:17 +08:00

15 lines
460 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>萌芽短链</title>
<meta name="description" content="萌芽短链接,简单、快速的短链接生成工具" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>