Initial commit

This commit is contained in:
Alexey Berezhok
2026-02-19 22:19:55 +03:00
commit c2b717bea6
45 changed files with 5099 additions and 0 deletions

6
views/errinfo.erb Normal file
View File

@@ -0,0 +1,6 @@
<div class="card text-white mb-3 p-3">
<div class="card-header bg-danger text-center"><%= ERB::Util.html_escape(@error) %></div>
<div class="card-body text-black">
<pre><%= ERB::Util.html_escape(@log) %></pre>
</div>
</div>