Files
toworker/smsreceiver-worker/pages/public/index.html
2026-03-23 12:58:51 +08:00

14 lines
302 B
HTML

<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>SmsReceiver</title>
<link rel="stylesheet" href="/app.css" />
</head>
<body>
<main id="app"></main>
<script src="/app.js"></script>
</body>
</html>