File size: 2,388 Bytes
cf707e8
8eb9569
cf707e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8eb9569
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
  <head>
    <title>Quranic Horror Game - Fight Djinns</title>
    <meta name="view
    port" content="width=device-width, initial-scale=1.0" />
    <meta charset="utf-8">
    <script src="https://cdn.tailwindcss.com"></script>
  </head>
  <body class="flex justify-center items-center h-screen overflow-hidden bg-white font-sans text-center px-6">
    <div class="w-full max-w-3xl mx-auto">
      <span class="text-xs rounded-full mb-2 inline-block px-2 py-1 border border-red-500/15 bg-red-500/15 text-red-500">🚨 NEW GAME ALERT</span>
      <h1 class="text-4xl lg:text-6xl font-bold font-sans text-gray-800">
        <span class="text-2xl lg:text-4xl text-gray-600 block font-medium">Quranic Horror Game</span>
        Battle Djinns in Haunted Forests
      </h1>
      
      <div class="mt-8 bg-gray-50 p-6 rounded-xl border border-gray-200">
        <h2 class="text-xl font-medium mb-4">Game Features:</h2>
        <ul class="grid grid-cols-1 md:grid-cols-2 gap-3 text-sm">
          <li class="flex items-start gap-2"><span>👁️</span> First-person 3D horror experience</li>
          <li class="flex items-start gap-2"><span>🕌</span> Fight with authentic Quranic verses</li>
          <li class="flex items-start gap-2"><span>👹</span> Realistic djinn enemies and animations</li>
          <li class="flex items-start gap-2"><span>🌲</span> Spooky haunted forest environments</li>
        </ul>
      </div>

      <div class="mt-8">
        <button class="px-6 py-3 bg-red-600 hover:bg-red-700 text-white rounded-lg font-medium transition-colors">
          Download Now
        </button>
      </div>
    </div>
    <script></script>
  <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=Djfkfjdjdbdbd/ds" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>