templates/error.html を追加

This commit is contained in:
yuzu02 2025-02-24 10:48:11 -03:00
parent 709c009e88
commit 099958d179

9
templates/error.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ context }}</title>
</head>
<body>
<h1>{{ context }}</h1>
</body>
</html>