[add] kodi

This commit is contained in:
Andy Bunce 2022-04-17 22:53:07 +01:00
parent 87f6d1212b
commit 69e858eaf9
2 changed files with 16 additions and 13 deletions

View file

@ -25,13 +25,10 @@
<v-main>
<v-container>
<v-row>
<v-col>
<iframe name="srv" src="icon.png" width="100%"></iframe>
</v-col>
<v-row align-content="start" no-gutters>
<!-- item={href,port,text} -->
<v-col >
<v-card v-for="item in links" width="10em">
<v-col v-for="item in links" :key="item.href" class="ma-2" >
<v-card width="10em">
<v-card-title class="text-caption">
<a :href="item.href" :target="target">{{ item.text }}</a>
</v-card-title>
@ -41,11 +38,12 @@
</v-card-actions>
</v-card>
</v-col>
<v-col>
<img name="srv" src="icon.png" width="100%"/>
</v-col>
</v-row>
</v-container>
</v-main>
</v-app>
</div>