Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<style>
|
| 9 |
/* Ensure html and body take full height */
|
|
@@ -33,10 +33,10 @@
|
|
| 33 |
</head>
|
| 34 |
<body class="bg-gray-900 text-gray-100">
|
| 35 |
<header class="p-4 flex justify-between items-center border-b border-gray-700">
|
| 36 |
-
<
|
| 37 |
-
<p class="max-sm:text-xs max-sm:w-40">⚠️
|
| 38 |
-
<a href="https://
|
| 39 |
-
|
| 40 |
</a>
|
| 41 |
</header>
|
| 42 |
<div id="screenshot-grid" class="grid grid-cols-2 sm:grid-cols-3 2xl:grid-cols-4 gap-2 p-4">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Галерея скриншотов</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<style>
|
| 9 |
/* Ensure html and body take full height */
|
|
|
|
| 33 |
</head>
|
| 34 |
<body class="bg-gray-900 text-gray-100">
|
| 35 |
<header class="p-4 flex justify-between items-center border-b border-gray-700">
|
| 36 |
+
<h2 class="text-2xl font-bold"><span class="font-normal">Сделано с</span> GPT-Chatbot</h2>
|
| 37 |
+
<p class="max-sm:text-xs max-sm:w-40">⚠️ Не сообщайте личную информацию!</p>
|
| 38 |
+
<a href="https://gpt-chatbot.ru/deepseek-agent" target="_blank" rel="noopener noreferrer" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
|
| 39 |
+
Перейти к Агенту
|
| 40 |
</a>
|
| 41 |
</header>
|
| 42 |
<div id="screenshot-grid" class="grid grid-cols-2 sm:grid-cols-3 2xl:grid-cols-4 gap-2 p-4">
|