Files
im/public/index.html
T

13 lines
260 B
HTML
Raw Normal View History

2025-11-07 09:56:20 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-12-24 16:59:05 +08:00
<title>tet</title>
2025-11-07 09:56:20 +08:00
</head>
<body>
2025-12-24 16:59:05 +08:00
<div id="app">ok</div>
2025-11-07 09:56:20 +08:00
</body>
</html>