Initial YakPanel commit
This commit is contained in:
13
YakPanel/templates/default/close.html
Normal file
13
YakPanel/templates/default/close.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{data['lan']['TITLE']}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{data['lan']['H1']}}</h1>
|
||||
<p>{{data['lan']['P1']}}</p>
|
||||
<hr>
|
||||
<address>{{data['lan']['NAME']}}<a href="https://www.yakpanel.com/forum" target="_blank">{{data['lan']['HELP']}}</a></address>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user