2025-03-28 16:20:52 +11:00
|
|
|
<template>
|
|
|
|
|
<main>
|
|
|
|
|
<div class="container">
|
2025-04-01 23:02:24 +11:00
|
|
|
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
|
|
|
|
|
|
2025-03-28 16:20:52 +11:00
|
|
|
<h1>Tabbybox</h1>
|
2025-04-01 23:02:24 +11:00
|
|
|
<a href="http://tabbybox:8096/">Jellyfin</a> •
|
2025-03-28 16:20:52 +11:00
|
|
|
<a href="http://tabbybox:1880/">Node Red</a>
|
|
|
|
|
|
|
|
|
|
<h1>Instagram Feeds</h1>
|
2025-04-01 23:02:24 +11:00
|
|
|
<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-03-28 16:20:52 +11:00
|
|
|
<a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<style>
|
2025-04-01 23:02:24 +11:00
|
|
|
.container{
|
|
|
|
|
padding-left: 1cm;
|
|
|
|
|
}
|
2025-03-28 16:20:52 +11:00
|
|
|
</style>
|