View file m/error.php

File size: 836B
<?php
// 3020.ru - качай скрипты тут
require('../sys/system.php');
switch($act) {
	default:

	break;
	case '404':
		$title->SetTitle('Просмотр изображений - top29');
		$title->SetOg('');
		$title->GetHeader();
		?>
		<style type="text/css">
			.error4 > .img404 {width: 100%;max-width: 628px;}
			.error4 h1 {text-align: center;text-transform: uppercase; font-size: 130px; margin-top: -90px; } 
			.error4 h1>span {display: block; font-family: 'Roboto', sans-serif; font-weight: 100; font-size: 17px; opacity: 0.5; text-transform: none; }

		</style>
		<div class="error4">
			<img class="img404" src="https://rpghost.ru/img/demo/404.jpg" alt="404">
			<h1>404 <span>Упс, а такой страници нет :(</span></h1>
		</div>
		<?php
		$title->GetFooter();
	break;
}