added iframe i def wont regret later and then remove

This commit is contained in:
Tabby 2025-05-11 18:22:06 +10:00
parent cd580ba075
commit 3f5db49d6e

View file

@ -1,30 +1,34 @@
<template>
<main>
<div class="container">
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
<p>Dont forget to take your estrogen and cypro! 🏳</p>
<div class="columns">
<div class="container">
<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>
<a href="http://tabbybox:8096/">Jellyfin</a>
<a href="http://tabbybox:1880/">Node Red</a>
<a href="http://tabbybox:1880/dashboard/">Node Red Dashboard</a>
<h1>Tabbybox</h1>
<a href="http://tabbybox:8096/">Jellyfin</a>
<a href="http://tabbybox:1880/">Node Red</a>
<a href="http://tabbybox:1880/dashboard/">Node Red Dashboard</a>
<h1>Links</h1>
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail</a>
<a href="https://calendar.google.com">Calendar</a>
<h2>Chats</h2>
<a href="https://web.whatsapp.com/">Whatsapp</a>
<a href="https://web.telegram.org/a/">Telegram</a>
<h2>Instagram Feeds</h2>
<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/usyd_dbsoc/">Baking Soc</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/twenty10nsw/">Twenty10</a>
<h1>Links</h1>
<a href="https://mail.google.com/mail/u/0/#inbox">E-mail</a>
<a href="https://calendar.google.com">Calendar</a>
<h2>Chats</h2>
<a href="https://web.whatsapp.com/">Whatsapp</a>
<a href="https://web.telegram.org/a/">Telegram</a>
<h2>Instagram Feeds</h2>
<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/usyd_dbsoc/">Baking Soc</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/twenty10nsw/">Twenty10</a>
</div>
<iframe src="http://tabbybox:1880/dashboard/page1" title="node-red dashboard" height="900" class="frame" ></iframe>
</div>
</main>
@ -33,5 +37,15 @@
<style scoped>
.container{
padding-left: 1cm;
width: 100%;
}
.columns{
display: flex;
flex-direction: row;
}
.frame{
width: 100%;
}
</style>