Files
stop-shoping-web/index.html
2026-03-25 14:59:06 +08:00

15 lines
440 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/stopshopping.svg" />
<link rel="stylesheet" href="/iconfont/iconfont.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🤚停止购物🛍️</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>