Files
hohoff/demo/index.html
2026-02-26 04:10:30 +10:00

12 lines
204 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Titlebar Demo</title>
<script type="module" src="./main.tsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>