diff --git a/view/error.pug b/view/error.pug index 3dbcfbc..a212ca6 100644 --- a/view/error.pug +++ b/view/error.pug @@ -4,4 +4,5 @@ block root block content h1(align='center')= error + hr(style='width:50%') p(align='center')= message \ No newline at end of file