Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Feb 5, 2024
1 parent 81b5d53 commit 94ed838
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
margin-left: auto;
margin-right: auto;
}
img[src=""] {
display: none;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -69,8 +72,10 @@ <h2><img class="Ismaller" alt="Fsh chat logo" src="/chat.png" style="height: 30p
<a href="https://chat.fsh.plus"><button>App</button></a>
</td>
<td>
<h2>Fsh code</h2>
<p>A online interpreter for ><> (fish)</p>
<h2><img class="Ismaller" alt="htms logo" src="./htms.svg">HTMS</h2>
<p>Divide your HTML in reusable samples.</p>
<a href="https://htms.fsh.plus/"><button>Website</button></a>
<a href="https://htms-docs.fsh.plus/"><button>Docs</button></a>
</td>
</tr>
<tr>
Expand All @@ -82,11 +87,12 @@ <h2><img class="Ismaller" alt="Fsh radio logo">Fsh Radio</h2>
<a href="https://radio.fsh.plus"><button>Website</button></a>
<a href="https://zeno.fm/radio/fsh-fm/"><button>Zeno</button></a>
</td>
<td>
<h2><img class="Ismaller" alt="htms logo" src="./htms.svg">HTMS</h2>
<p>Divide your HTML in reusable samples.</p>
<a href="https://htms.fsh.plus/"><button>Website</button></a>
<a href="https://htms-docs.fsh.plus/"><button>Docs</button></a>
<td>
<h2>Fsh HTML</h2>
<a href="https://github.com/Fsh-org/Fsh-html"><img src="/github.png" target="_blank" alt="Github" height="20" style="border-radius:0.5rem"/></a>
<a href="https://www.codefactor.io/repository/github/fsh-org/fsh-html"><img src="https://www.codefactor.io/repository/github/fsh-org/fsh-html/badge" target="_blank" alt="CodeFactor" height="20"/></a>
<p>Live html editor on the browser.</p>
<a href="https://html.fsh.plus/"><button>Website</button></a>
</td>
</tr>
<tr>
Expand All @@ -97,14 +103,18 @@ <h2><img class="Ismaller" alt="Fsh link logo">Fsh link</h2>
<p>A online link shortener</p>
<a href="https://link.fsh.plus"><button>Website</button></a>
</td>
<td>
<h2>Fsh code</h2>
<p>A online interpreter for ><> (fish)</p>
</td>
</tr>
<tr>
<!--<tr>
<td>
<h2><img class="Ismaller" alt="Fsher logo">Fsher</h2>
<p>A social app similar to bluesky/x</p>
</td>
</tr>
<!--<tr>
<tr>
<td>
<h2><img class="Ismaller" src="/fshcord.png" alt="Fshcord logo">Fshcord</h2>
<p>Fshcord is a alternative discord client that uses the discord api as backend.</p>
Expand All @@ -118,9 +128,9 @@ <h2><img class="Ismaller" alt="Fsh connect logo">Fsh Connect</h2>
<br>
<h2>Tools</h2>
<ul style="width: fit-content;text-align: left;margin-left: auto;margin-right: auto;">
<a href="/ai"><li>AI Generation</li></a>
<a href="/animal"><li>Animal images</li></a>
<a href="/youtube"><li>Youtube downloader</li></a>
<li><a href="/ai">AI Generation</a></li>
<li><a href="/animal">Animal images</a></li>
<li><a href="/youtube">Youtube downloader</a></li>
</ul>
<h2>Made by</h2>
<table class="Tout">
Expand Down

0 comments on commit 94ed838

Please sign in to comment.