Files
bare-os.live/client/index.html
T
2026-04-24 22:58:32 +00:00

17 lines
522 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BareCloud — Free BareOS hosting</title>
<meta
name="description"
content="Launch VPN-protected BareOS booters on demand. In-browser terminal, no login required."
/>
</head>
<body class="min-h-full flex flex-col bg-[#05070c] text-white">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>