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