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:
25
resources/views/patch/notice.blade.php
Normal file
25
resources/views/patch/notice.blade.php
Normal 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>
|
Reference in New Issue
Block a user