ui: error page

This commit is contained in:
2025-09-30 17:27:04 -04:00
parent 0228f6cd4d
commit d588753183
3 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
<div>
<h2>Library</h2>
<p>Your music collection</p>
<section class="library-content">
<div class="field-row-stacked">
<!-- Library content will go here -->
</div>
</section>
</div>
<style>
h2 {
margin-top: 0;
}
.library-content {
margin-top: 20px;
}
</style>