Files
system-doctor/index.html
Julian Freeman daa0178185 icon and others
2025-11-27 10:16:19 -04:00

14 lines
299 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>System Doctor</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>