added slight padding and a link to tabbycat dev home

This commit is contained in:
Tabby 2025-04-01 23:02:24 +11:00
parent 9a18140cb6
commit 9a94c08e6c

View file

@ -1,14 +1,16 @@
<template> <template>
<main> <main>
<div class="container"> <div class="container">
<i><a href="http://tabbycat.dev/"> hop to tabbycat.dev</a></i>
<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>
<h1>Instagram Feeds</h1> <h1>Instagram Feeds</h1>
<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/twenty10nsw/">Twenty10</a> <a href="https://www.instagram.com/twenty10nsw/">Twenty10</a>
</div> </div>
</main> </main>
@ -17,5 +19,7 @@
</template> </template>
<style> <style>
.container{
padding-left: 1cm;
}
</style> </style>