KDesktop/index.html
2024-06-19 14:46:29 -05:00

17 lines
368 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KlectrDesktop</title>
<link href="./index.css" rel="stylesheet">
</head>
<body>
<noscript>You need to have javascript enbaled for this shit!</noscript>
<script type="module" src="./index"></script>
</body>
</html>