<?php
require ("components/header.php");
require ("components/main.php");
require ("components/gamebar.php");
require("inc/site_config.php");
?>
<center><img src="404.png" style="margin-top: 30px; width: 30%">
<h4 style="margin-top: 70px; color: #6090e2;">Повторите попытку и если ошибка повторится, свяжитесь с технической поддержкой. Контактную информацию можно найти на странице "Помощь". </h4>
<a href="/index" class="btn btn-white btn-uppercase flex-fill mg-r-10" style="width:200px;cursor:pointer; border-color: #2576ea;background: linear-gradient(45deg, #1c65c9 0%, #2c80ff 100%); color: white;">НА ГЛАВНУЮ</a>
</center>
<div class="row ">
<div class="col-sm-6 col-lg-2 mg-t-10">
<!--<div class="spinner-border" role="status">-->
<!-- <span class="sr-only">Loading...</span>-->
<!-- </div>-->
</div>
<?php
require ("components/modal.php");
require ("components/footer.php");
?>