schniggie commited on
Commit
370c441
·
verified ·
1 Parent(s): 3602696

Make the address more nice as the overall page - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +18 -0
index.html CHANGED
@@ -302,6 +302,24 @@
302
  <div class="text-center mt-8">
303
  <p class="text-gray-500 italic">* This banner was created with sarcasm and a healthy dose of disbelief *</p>
304
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
  </div>
306
  </div>
307
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=schniggie/t-offline" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
 
302
  <div class="text-center mt-8">
303
  <p class="text-gray-500 italic">* This banner was created with sarcasm and a healthy dose of disbelief *</p>
304
  </div>
305
+
306
+ <div class="mt-8 p-4 border-t border-gray-200">
307
+ <div class="text-center">
308
+ <div class="inline-block bg-gradient-to-r from-red-500 to-red-700 text-white px-4 py-2 rounded-full mb-2">
309
+ <i class="fas fa-server mr-2"></i>
310
+ <span class="font-bold">mail.zecurity.de</span>
311
+ </div>
312
+ <h3 class="text-lg font-bold text-gray-800 mt-4">Responsible Contact</h3>
313
+ <div class="mt-2 bg-gray-50 p-4 rounded-lg inline-block shadow-sm">
314
+ <p class="font-medium text-gray-700">
315
+ <i class="fas fa-user mr-2 text-red-500"></i>Christopher Bleckmann-Dreher
316
+ </p>
317
+ <p class="text-gray-600 mt-1">
318
+ <i class="fas fa-map-marker-alt mr-2 text-red-500"></i>Muehlstr. 6, 74388 Talheim, Germany
319
+ </p>
320
+ </div>
321
+ </div>
322
+ </div>
323
  </div>
324
  </div>
325
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=schniggie/t-offline" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>