Initial commit: Key Ajans portfolio site

This commit is contained in:
kayasamat
2026-08-07 17:46:14 +03:00
commit 91bb52bce4
18 changed files with 1656 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}Hata — Key Ajansı{% endblock %}
{% block content %}
<section class="hero">
<h1 class="hero-title">{{ code }}</h1>
<p class="hero-sub">{{ message }}</p>
<p><a class="btn btn-primary" href="/">Ana Menüye Dön</a></p>
</section>
{% endblock %}