Files
sale/frontend/index.html
T
admin 0c9cf4d347
Build and Push Docker Image / build-and-push (push) Successful in 1m1s
Build and Push Docker Image / deploy (push) Successful in 7s
feat: 将网页标题和导航标题改为星汐商店
2026-07-13 03:52:13 +00:00

14 lines
380 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>星汐商店</title>
</head>
<body class="scheme4">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>