1
0
forked from metin2/web

Added website Docker image, bumped PHP version, added mall authentication, added experimental patcher support, improved migrations, added teasers

This commit is contained in:
2024-09-22 21:14:31 +03:00
parent a1d0a5b9cf
commit dea61c5a0c
253 changed files with 23071 additions and 547 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Accept P2P</title>
<link href="{{ asset('assets/patch/css/reset.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/patch/css/all.css') }}" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="acceptWrapper">
<div id="content">
<h1>Luptă împotriva hacking</h1>
<p>Dragi jucători,</p>
<p>
Pentru a lupta împotriva programelor ilegale, jocul este securizat prin folosirea unor programe
anti-cheat. Acestea nu necesită descărcare, activându-se automat și venind ca un ajutor pentru
eliminarea ilegalităților.
</p>
<p>
Poți afla și alte informații pe <a href="{{ url('main/board') }}" target="_blank">{{ __('app/main.nav.board') }}</a>.
</p>
</div>
</div>
</body>
</html>