KDesktop/index.html

16 lines
440 B
HTML
Raw Normal View History

<!doctype html>
2024-06-19 19:46:29 +00:00
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./index.css" />
<title>KlectrDesktop</title>
</head>
<body>
2024-06-21 01:10:37 +00:00
<div id="wallpaper"></div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2024-06-19 19:46:29 +00:00
</html>