55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no ">
66 < title > InstantAI | Fast AI Chat</ title >
77 < link rel ="icon " href ="https://cdn.glitch.global/508b41e4-6f72-402f-ac08-fbcec28cd90b/newlogo?v=1733566891391 "/>
8- <!-- Bootstrap CSS -->
98 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css " rel ="stylesheet ">
10- <!-- Font Awesome -->
119 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css ">
12- <!-- Tailwind CSS -->
1310 < script src ="https://cdn.tailwindcss.com "> </ script >
1411 < link rel ="stylesheet " href ="home.css ">
1512 < script >
2421 }
2522 }
2623 </ script >
27- <!-- Animate.css -->
2824 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css "/>
2925 < meta name ="apple-mobile-web-app-capable " content ="yes ">
3026 < meta name ="mobile-web-app-capable " content ="yes ">
3127</ head >
3228< body class ="bg-gray-900 text-gray-100 flex flex-col ">
33- <!-- Header -->
3429 < header class ="bg-gray-800 py-2 px-4 shadow-lg sticky top-0 z-10 h-header safe-area-top ">
3530 < div class ="flex justify-between items-center h-full ">
3631 < a href ="index.html " class ="flex items-center space-x-2 ">
@@ -62,10 +57,8 @@ <h1 class="text-base font-bold bg-gradient-to-r from-blue-400 to-purple-600 bg-c
6257 </ div >
6358 </ header >
6459
65- <!-- Main Chat Area -->
6660 < main class ="flex-1 flex flex-col overflow-hidden ">
6761 < div id ="message-canvas " class ="flex-1 bg-gray-800 p-3 overflow-y-auto custom-scrollbar pb-[7.5rem] ">
68- <!-- Welcome message -->
6962 < div class ="message-bot animate__animated animate__fadeInUp animate__faster mb-3 ">
7063 < div class ="flex items-start space-x-2 ">
7164 < div class ="flex-shrink-0 bg-blue-600 rounded-full w-6 h-6 flex items-center justify-center ">
@@ -81,7 +74,6 @@ <h1 class="text-base font-bold bg-gradient-to-r from-blue-400 to-purple-600 bg-c
8174 </ div >
8275 </ div >
8376
84- <!-- Input Area -->
8577 < div class ="bg-gray-800 p-3 shadow-lg h-input fixed bottom-0 left-0 right-0 safe-area-bottom ">
8678 < div class ="flex items-center space-x-2 " style ="height:50px; ">
8779 < div class ="flex-grow relative h-full ">
@@ -122,9 +114,7 @@ <h1 class="text-base font-bold bg-gradient-to-r from-blue-400 to-purple-600 bg-c
122114 </ div >
123115 </ main >
124116
125- <!-- Bootstrap JS Bundle with Popper -->
126117 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js "> </ script >
127- <!-- Custom JS -->
128118 < script src ="home.js "> </ script >
129119</ body >
130- </ html >
120+ </ html >
0 commit comments