pay-tools/index.html

15 lines
361 B
HTML
Raw Normal View History

2024-09-03 15:58:18 +08:00
<!DOCTYPE html>
2024-08-30 10:23:26 +08:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-09-03 15:58:18 +08:00
<title>PhizPay Tools</title>
2024-08-30 10:23:26 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>