Files
llink/js/src/huddle_window/index.html
T
Arjun PatelandGitHub 3de3ca7cef setup electron multi-window architecture (#102)
* prototype with two windows

* use deps in separate window render process

* enhance autoplay into desktop overlay

* fix: autoplay window not applying tailwind styles
2026-03-31 15:05:59 -07:00

12 lines
228 B
HTML

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