vue-website/pages/homepage.vue

37 lines
1.4 KiB
Vue
Raw Normal View History

2025-03-28 16:20:52 +11:00
<template>
<main>
<div class="container">
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
2025-04-08 11:46:01 +10:00
<p>Dont forget to take your estrogen and cypro! 🏳</p>
2025-03-28 16:20:52 +11:00
<h1>Tabbybox</h1>
<a href="http://tabbybox:8096/">Jellyfin</a>
2025-05-11 13:21:45 +10:00
<a href="http://tabbybox:1880/">Node Red</a>
<a href="http://tabbybox:1880/ui/">Node Red Dashboard</a>
2025-03-28 16:20:52 +11:00
2025-04-08 11:46:01 +10:00
<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>
2025-05-11 13:23:01 +10:00
<a href="https://www.instagram.com/transhub_acon/">Transhub ACON</a>
<a href="https://www.instagram.com/climbingqts/">Climbing QTs</a>
2025-03-28 16:20:52 +11:00
<a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
</div>
</main>
</template>
2025-04-05 20:02:54 +11:00
<style scoped>
.container{
padding-left: 1cm;
}
2025-03-28 16:20:52 +11:00
</style>