templates/error.html を追加
This commit is contained in:
parent
709c009e88
commit
099958d179
1 changed files with 9 additions and 0 deletions
9
templates/error.html
Normal file
9
templates/error.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ context }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ context }}</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue