made for you page
This commit is contained in:
parent
60221d5e01
commit
7f3e455b78
6 changed files with 41 additions and 2 deletions
11
src/renderer/views/pages/madeforyou.ejs
Normal file
11
src/renderer/views/pages/madeforyou.ejs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="content-inner">
|
||||
<div class="row">
|
||||
<div class="col" style="padding:0px">
|
||||
<h1 class="header-text">Made For You</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="madeforyou-body">
|
||||
<mediaitem-square-large :item="item" v-for="item in madeforyou.data">
|
||||
</mediaitem-square-large>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue