Initial YakPanel commit
This commit is contained in:
11
YakPanel/templates/default/error.html
Normal file
11
YakPanel/templates/default/error.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{0}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{1}</h1>
|
||||
<p>{2}</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user