Add dashboard for authenticated users with JWT check and static files

This commit is contained in:
2026-01-22 21:13:31 -05:00
parent e5ca12117c
commit 3d325c71a2
3 changed files with 497 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<svg width="200" height="300" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="300" fill="#f3f4f6"/>
<rect x="20" y="20" width="160" height="260" fill="#ffffff" stroke="#e5e7eb" stroke-width="2"/>
<text x="100" y="120" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" fill="#6b7280">Book Cover</text>
<line x1="40" y1="160" x2="160" y2="160" stroke="#e5e7eb" stroke-width="1"/>
<line x1="40" y1="180" x2="160" y2="180" stroke="#e5e7eb" stroke-width="1"/>
<line x1="40" y1="200" x2="160" y2="200" stroke="#e5e7eb" stroke-width="1"/>
<line x1="40" y1="220" x2="160" y2="220" stroke="#e5e7eb" stroke-width="1"/>
</svg>

After

Width:  |  Height:  |  Size: 661 B