backend: add barebone error pages
このコミットが含まれているのは:
コミット
489c31414c
2個のファイルの変更、4行の追加、0行の削除
2
templates/exception.html.ep
ノーマルファイル
2
templates/exception.html.ep
ノーマルファイル
|
@ -0,0 +1,2 @@
|
|||
% layout "main";
|
||||
% title "Error";
|
2
templates/not_found.html.ep
ノーマルファイル
2
templates/not_found.html.ep
ノーマルファイル
|
@ -0,0 +1,2 @@
|
|||
% layout "main";
|
||||
% title "Not Found";
|
新しいイシューから参照