\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/yedekle24/BackupShield/templates/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/yedekle24/BackupShield/templates/404.html |
{% extends 'base.html' %}
{% block title %}
{% if current_language == 'tr' %}
404 - Sayfa Bulunamadı | YedekleDB24
{% else %}
404 - Page Not Found | YedekleDB24
{% endif %}
{% endblock %}
{% block content %}
<section class="py-5 error-page">
<div class="container py-5">
<div class="row justify-content-center text-center">
<div class="col-lg-8">
<h1 class="display-1 fw-bold text-primary mb-4">404</h1>
<h2 class="fw-bold mb-4">
{% if current_language == 'tr' %}
Sayfa Bulunamadı
{% else %}
Page Not Found
{% endif %}
</h2>
<p class="lead text-secondary mb-5">
{% if current_language == 'tr' %}
Aradığınız sayfa taşınmış, kaldırılmış veya hiç var olmamış olabilir.
{% else %}
The page you are looking for might have been moved, removed, or might never have existed.
{% endif %}
</p>
<div class="d-flex justify-content-center mb-5">
<a href="{{ url_for('index') }}" class="btn btn-primary btn-lg me-3">
{% if current_language == 'tr' %}
Ana Sayfaya Dön
{% else %}
Back to Home
{% endif %}
</a>
<a href="{{ url_for('contact') }}" class="btn btn-outline-primary btn-lg">
{% if current_language == 'tr' %}
İletişime Geç
{% else %}
Contact Us
{% endif %}
</a>
</div>
<div class="text-center mt-5">
<p class="mb-3">
{% if current_language == 'tr' %}
Aşağıdaki bağlantıları incelemek isteyebilirsiniz:
{% else %}
You might want to check out the following links:
{% endif %}
</p>
<div class="row justify-content-center">
<div class="col-md-4 mb-3">
<a href="{{ url_for('features') }}" class="d-block p-3 rounded bg-light text-decoration-none">
<i class="fas fa-list-ul mb-2 text-primary"></i>
<p class="mb-0 text-dark">
{% if current_language == 'tr' %}
Özellikler
{% else %}
Features
{% endif %}
</p>
</a>
</div>
<div class="col-md-4 mb-3">
<a href="{{ url_for('pricing') }}" class="d-block p-3 rounded bg-light text-decoration-none">
<i class="fas fa-tags mb-2 text-primary"></i>
<p class="mb-0 text-dark">
{% if current_language == 'tr' %}
Fiyatlandırma
{% else %}
Pricing
{% endif %}
</p>
</a>
</div>
<div class="col-md-4 mb-3">
<a href="{{ url_for('support') }}" class="d-block p-3 rounded bg-light text-decoration-none">
<i class="fas fa-question-circle mb-2 text-primary"></i>
<p class="mb-0 text-dark">
{% if current_language == 'tr' %}
Destek
{% else %}
Support
{% endif %}
</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock %}