backend: add barebone error pages

このコミットが含まれているのは:
Lucas 2023-03-19 21:59:41 +00:00
コミット 489c31414c
2個のファイルの変更4行の追加0行の削除

2
templates/exception.html.ep ノーマルファイル
ファイルの表示

@ -0,0 +1,2 @@
% layout "main";
% title "Error";

2
templates/not_found.html.ep ノーマルファイル
ファイルの表示

@ -0,0 +1,2 @@
% layout "main";
% title "Not Found";