The SupportIT server www.tojnar.cz is hosted on is being decommissioned. To make the migration faster, we will just copy the current state and convert it to Hakyll incrementally. This mostly imports the tree as is minus accidentally misplaced files. Additionally, the following changes were made: - line separators were converted using dos2unix - file encodings were changed from windows-1250 to utf-8 - highslide and related files are now loaded from root instead of per-gallery copy - uppercase JPG extensions were changed to lowercase remove private
10 lines
305 B
PHP
10 lines
305 B
PHP
<?php
|
|
http_response_code(404);
|
|
?>
|
|
<p>404 Stránka nenalezena<br>
|
|
Zkontrolujte zda jste zadali správnou url,<br>
|
|
pokud si myslíte, že jsme udělali chybu my,<br>
|
|
Zkontaktujte prosím administrátora na emailu:<br>
|
|
<a href="mailto:Jan.Tojnar@unipetrol.cz">mailto:Jan.Tojnar@unipetrol.cz</a>
|
|
</p>
|