first commit

This commit is contained in:
/usr/bin/nano
2017-04-15 01:34:36 +03:00
commit c715e2a604
5325 changed files with 329700 additions and 0 deletions

14
tpl/_500.php Executable file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="<?= LANG?>" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?= $g_config['charset']?>" />
<title><?= L('m_title')?></title>
<link rel="icon" href="<?= Root('favicon.ico')?>" type="image/x-icon" />
<link rel="shortcut icon" href="<?= Root('favicon.ico')?>" type="image/x-icon" />
<meta http-equiv="cleartype" content="on">
</head>
<body>
<h1><?= L('head')?></h1>
<p><?= L('message')?></p>
</body>
</html>