Spaces:
Runtime error
Runtime error
Create public/index.html
Browse files- public/index.html +15 -0
public/index.html
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div style="text-align:center; padding: 10px 0 4px 0;">
|
| 2 |
+
<div style="
|
| 3 |
+
font-size: 2rem;
|
| 4 |
+
font-weight: 800;
|
| 5 |
+
background: linear-gradient(90deg,#6a5acd,#836fff);
|
| 6 |
+
-webkit-background-clip: text;
|
| 7 |
+
-webkit-text-fill-color: transparent;
|
| 8 |
+
display:inline-block;">
|
| 9 |
+
🤖 Roblox Luau Assistant
|
| 10 |
+
</div>
|
| 11 |
+
<div style="color:#888; margin-top:4px; font-size:0.95rem;">
|
| 12 |
+
Trợ lý AI hỗ trợ viết & sửa code Luau cho Roblox •
|
| 13 |
+
Lịch sử chat được lưu tự động trong trình duyệt (localStorage)
|
| 14 |
+
</div>
|
| 15 |
+
</div>
|