Files

14 lines
347 B
HTML
Raw Permalink Normal View History

2024-09-13 16:34:15 +08:00
<!DOCTYPE html>
<html lang="en">
2024-09-13 16:34:15 +08:00
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-02-12 21:08:33 +08:00
<title>Rustdesk API Admin</title>
2024-09-13 16:34:15 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>