Joywork/fail.php

8 lines
347 B
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<?php
require_once($_SERVER['DOCUMENT_ROOT']."/templates/new-header.php");
?>
<h1 align=center>При оплате произошла ошибка</h1>
<div style="width:240px; margin:20px auto;"><a href="/main.php" class="fr-btn medium-button">вернуться</a></div>
<?php
require_once($_SERVER['DOCUMENT_ROOT']."/templates/footer.php");
?>