20230626#1
This commit is contained in:
10
templates/error/404.tpl
Normal file
10
templates/error/404.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>404</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error 404</h1>
|
||||
</body>
|
||||
</html>
|
||||
10
templates/error/501.tpl
Normal file
10
templates/error/501.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>500</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Error 500</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user