Files
llink/js/index.html
2026-02-19 19:41:26 -08:00

12 lines
229 B
HTML

<!doctype html>
<html class="dark">
<head>
<meta charset="UTF-8" />
<title>Hello World!</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/renderer.tsx"></script>
</body>
</html>