mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-23 00:18:31 +00:00
first commit
This commit is contained in:
14
tpl/_500.php
Executable file
14
tpl/_500.php
Executable 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>
|
||||
Reference in New Issue
Block a user