mirror of
https://github.com/markuryy/shark.git
synced 2025-12-13 12:01:01 +00:00
ui: error page
This commit is contained in:
20
src/routes/library/+page.svelte
Normal file
20
src/routes/library/+page.svelte
Normal 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>
|
||||
Reference in New Issue
Block a user