Greff3 commited on
Commit
b724048
·
verified ·
1 Parent(s): 5073220

Update index.html

Browse files
Files changed (1) hide show
  1. 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>Screenshot Gallery</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
- <h1 class="text-2xl font-bold"><span class="font-normal">Made with</span> DeepSite</h1>
37
- <p class="max-sm:text-xs max-sm:w-40">⚠️ Do not share personal information. User-submitted apps may contain malicious code.</p>
38
- <a href="https://huggingface.co/spaces/enzostvs/deepsite" target="_blank" rel="noopener noreferrer" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
39
- Open DeepSite
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">