Rebase dengan menggunakan sqlite

This commit is contained in:
Otang45
2024-12-08 19:38:53 +07:00
parent 0f93ba721f
commit 661da7a0fe
83 changed files with 31217 additions and 762244 deletions

7
views/error.ejs Normal file
View File

@@ -0,0 +1,7 @@
<section id="error" class="section error">
<div class="title-content">
<h2><%= message %></h2>
<h3><%= error.status %></h3>
<pre><%= error.stack %></pre>
</div>
</section>