Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - github.com/invinciblycool/lekh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b8d1559d088fa4d6d6ce80e51ba7ae834d753b9 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
{{ partial "head.html" . }}

<body>
    <p> This page does not exist or as they say, it's a 404 error</p>
    <p> If you can't find what you're looking for, it's better to sometimes look inside </p>
</body>

</html>