-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95cc9b7
commit c996108
Showing
8 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
{% extends "main.html" %} | ||
|
||
{% block content %} | ||
<style> | ||
.md-grid { | ||
max-width: 1440px; | ||
} | ||
</style> | ||
|
||
<h1>404 - Sayfa Bulunamadı</h1> | ||
<hr style="margin: -2em 0 3em;"> | ||
<div class="admonition warning" style="margin: -2em 0 2em;"> | ||
<p class="admonition-title">Oops!</p> | ||
<p>Sitemizde böyle bir sayfa yok. Sayfa bağlantısının doğru olup olmadığını kontrol edin.</p> | ||
<p>Sitemizde böyle bir sayfa yok. Sayfa kaldırılmış veya adresi değiştirilmiş olabilir.<br> | ||
Sayfa bağlantısının doğru olup olmadığını kontrol edin.</p> | ||
</div> | ||
Sadece bu sayfanın varlığı bile, Furudo Erika için böyle bir çıkarımın sıradan hale gelmesi için yeterli. Görüşleriniz, bayanlar ve baylar? | ||
<img src="{{ config.site_url | e }}img/404.png" style="display: block; margin-left: auto; margin-right: auto;" /> | ||
<span style="text-align: center; display: block;">Sadece 404 sayfasının varlığı bile, Furudo Erika için böyle bir çıkarımın sıradan hale gelmesi için yeterli. Görüşleriniz, bayanlar ve baylar?<br> | ||
<img src="{{ config.site_url | e }}img/404.png" draggable="false" /> | ||
</span> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters