Files
komari-theme-purcarte/index.html
2025-08-13 04:32:05 +08:00

15 lines
417 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Komari Monitor</title>
<meta name="description" content="A simple server monitor tool." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>