File size: 1,048 Bytes
ac5ecb6 | 1 | <html><head><link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.6/dist/full.css" rel="stylesheet" type="text/css" /><script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script><script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.156.1/three.min.js"></script><script type="module" src="main.js"></script><title>Safeteans Chat Interface</title></head><body style="height: 100vh; display: flex; flex-direction: column;"><div style="flex: 1; display: flex; flex-direction: column; align-items: center;"><h1 style="margin-top: -40em; margin-bottom: 0em; color: yellow;">Safeteans Chat Interface</h1><div style="margin-top: 2em; overflow: auto; height: 100%;"><div id="app" class="p-8"><div class="max-w-lg mx-auto prose"><h3 class="text-xl">Please enter your message:</h3><textarea class="w-full" rows="4" cols="50" id="message" placeholder="Type your message here..."></textarea></div></div></div></div></body></html> |