Files
LP_Bot/index.html

16 lines
331 B
HTML
Raw Normal View History

2025-12-08 15:50:23 +08:00
<!doctype html>
2023-11-23 16:33:21 +08:00
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-12-08 15:50:23 +08:00
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lpbot</title>
2023-11-23 16:33:21 +08:00
</head>
2025-12-08 15:50:23 +08:00
<body>
<div id="root"></div>
2023-11-23 16:33:21 +08:00
<script type="module" src="/src/index.tsx"></script>
</body>
</html>