33 lines
No EOL
1.4 KiB
HTML
Executable file
33 lines
No EOL
1.4 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="hu">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>V2Ray V2mess Szerver Hostolás</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
</head>
|
|
<body class="flex items-center justify-center min-h-screen bg-gray-900 text-white">
|
|
<div class="max-w-2xl p-8 text-center">
|
|
<a href="../index.html" class="inline-block mb-6 text-blue-400 hover:underline text-left">← Vissza a főoldalra</a>
|
|
<h1 class="text-4xl font-bold mb-6">V2Ray V2mess Szerver Hostolás</h1>
|
|
|
|
<div class="py-12">
|
|
<div class="bg-gray-800 rounded-lg p-8 shadow-xl">
|
|
<h2 class="text-2xl font-semibold mb-4 text-green-400">Hamarosan Érkezik</h2>
|
|
<p class="text-gray-300 mb-4">Ez az útmutató még fejlesztés alatt áll. Nemsokára részletes leírást adunk a V2Ray V2mess szerver hostolásáról.</p>
|
|
<div class="flex justify-center mt-8">
|
|
<div class="animate-pulse flex space-x-4">
|
|
<div class="h-3 w-3 bg-green-400 rounded-full"></div>
|
|
<div class="h-3 w-3 bg-green-400 rounded-full"></div>
|
|
<div class="h-3 w-3 bg-green-400 rounded-full"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="mt-12 pt-6 border-t border-gray-700 text-center text-gray-500 text-sm">
|
|
<p>szia pearoo skelly vagyok</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |