Initial commit: Key Ajans portfolio site
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user