botui/src/renderer/index.html

12 lines
200 B
HTML
Raw Normal View History

2024-10-26 13:05:56 -03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>BotDesktop</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>