game/ekr2.backend.php
2023-01-10 18:30:35 +02:00

22 lines
710 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>Оплата</title>
</head>
<style>
H1 {
font-size: 120%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333366;
}
p {
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333366;
}
</style>
<body>
<H1>Временно автоматический прием платежей приостановлен</H1>
<P> Мы переходим на новую систему приема платежей </P>
<P> Если Вы хотите приобрести ЕКР прямо сейчас пожалуйста обратитесь к персанажу <b>Администратор</b> </P>
</body>
</html>