feat: initial version of reader
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<h1>It's reader page</h1>
|
||||
<div class="flex flex-col items-center">
|
||||
@for (page of pages; track $index) {
|
||||
<img [src]="page.url" [alt]="page.slug" />
|
||||
}
|
||||
</div>
|
||||
Reference in New Issue
Block a user