Compare commits
No commits in common. "7dcb97eee8297b21bf58bb4008005aae71b31afd" and "808b8ba31ebdee8a178b357e1fef2691882d139b" have entirely different histories.
7dcb97eee8
...
808b8ba31e
2 changed files with 12 additions and 15 deletions
|
|
@ -74,7 +74,6 @@
|
|||
import auth_quodatum
|
||||
import n2plus 8444
|
||||
}
|
||||
|
||||
@code-alt host code-alt.quodatum.duckdns.org
|
||||
handle @code-alt {
|
||||
import auth_quodatum
|
||||
|
|
@ -112,10 +111,6 @@
|
|||
handle @tvheadend {
|
||||
import n2plus 9981
|
||||
}
|
||||
@kodi host kodi.orlop.duckdns.org
|
||||
handle @kodi {
|
||||
import n2 8080
|
||||
}
|
||||
@test host test.orlop.duckdns.org
|
||||
handle @test {
|
||||
respond "test, test. Hello, world!"
|
||||
|
|
|
|||
|
|
@ -25,10 +25,13 @@
|
|||
<v-main>
|
||||
|
||||
<v-container>
|
||||
<v-row align-content="start" no-gutters>
|
||||
<v-row>
|
||||
<v-col>
|
||||
<iframe name="srv" src="icon.png" width="100%"></iframe>
|
||||
</v-col>
|
||||
<!-- item={href,port,text} -->
|
||||
<v-col v-for="item in links" :key="item.href" class="ma-2" >
|
||||
<v-card width="10em">
|
||||
<v-col >
|
||||
<v-card v-for="item in links" width="10em">
|
||||
<v-card-title class="text-caption">
|
||||
<a :href="item.href" :target="target">{{ item.text }}</a>
|
||||
</v-card-title>
|
||||
|
|
@ -38,12 +41,11 @@
|
|||
</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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue