added iframe i def wont regret later and then remove
This commit is contained in:
parent
cd580ba075
commit
3f5db49d6e
1 changed files with 36 additions and 22 deletions
|
|
@ -1,30 +1,34 @@
|
||||||
<template>
|
<template>
|
||||||
<main>
|
<main>
|
||||||
<div class="container">
|
<div class="columns">
|
||||||
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
|
<div class="container">
|
||||||
<p>Dont forget to take your estrogen and cypro! 🏳️⚧️</p>
|
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
|
||||||
|
<p>Dont forget to take your estrogen and cypro! 🏳️⚧️</p>
|
||||||
|
|
||||||
<h1>Tabbybox</h1>
|
<h1>Tabbybox</h1>
|
||||||
<a href="http://tabbybox:8096/">Jellyfin</a> •
|
<a href="http://tabbybox:8096/">Jellyfin</a> •
|
||||||
<a href="http://tabbybox:1880/">Node Red</a> •
|
<a href="http://tabbybox:1880/">Node Red</a> •
|
||||||
<a href="http://tabbybox:1880/dashboard/">Node Red Dashboard</a>
|
<a href="http://tabbybox:1880/dashboard/">Node Red Dashboard</a>
|
||||||
|
|
||||||
<h1>Links</h1>
|
<h1>Links</h1>
|
||||||
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail</a> •
|
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail</a> •
|
||||||
<a href="https://calendar.google.com">Calendar</a>
|
<a href="https://calendar.google.com">Calendar</a>
|
||||||
|
|
||||||
<h2>Chats</h2>
|
<h2>Chats</h2>
|
||||||
<a href="https://web.whatsapp.com/">Whatsapp</a> •
|
<a href="https://web.whatsapp.com/">Whatsapp</a> •
|
||||||
<a href="https://web.telegram.org/a/">Telegram</a>
|
<a href="https://web.telegram.org/a/">Telegram</a>
|
||||||
|
|
||||||
<h2>Instagram Feeds</h2>
|
<h2>Instagram Feeds</h2>
|
||||||
<a href="https://www.instagram.com/crap.uts/">CRAP</a> •
|
<a href="https://www.instagram.com/crap.uts/">CRAP</a> •
|
||||||
<a href="https://www.instagram.com/usydcatsoc/">Catsoc</a> •
|
<a href="https://www.instagram.com/usydcatsoc/">Catsoc</a> •
|
||||||
<a href="https://www.instagram.com/usyd_dbsoc/">Baking Soc</a> •
|
<a href="https://www.instagram.com/usyd_dbsoc/">Baking Soc</a> •
|
||||||
<a href="https://www.instagram.com/transhub_acon/">Transhub ACON</a> •
|
<a href="https://www.instagram.com/transhub_acon/">Transhub ACON</a> •
|
||||||
<a href="https://www.instagram.com/climbingqts/">Climbing QTs</a> •
|
<a href="https://www.instagram.com/climbingqts/">Climbing QTs</a> •
|
||||||
<a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
|
<a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
|
||||||
|
</div>
|
||||||
|
<iframe src="http://tabbybox:1880/dashboard/page1" title="node-red dashboard" height="900" class="frame" ></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -33,5 +37,15 @@
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.container{
|
.container{
|
||||||
padding-left: 1cm;
|
padding-left: 1cm;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.columns{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frame{
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue