Compare commits

...

3 Commits

Author SHA1 Message Date
Thomas Faour
f00a51dbbd Merge branch 'main' of thume-tc1-git:tfaour/www.ThumeIT
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
Deploy to prod / deploy-to-prod (push) Successful in 4s
2025-04-23 20:52:14 -04:00
Thomas Faour
bf0a266846 added vaultwarden and chat 2025-04-23 20:50:27 -04:00
e64855713e Update html/index.html
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
2025-04-07 21:08:59 -04:00
3 changed files with 13 additions and 1 deletions

BIN
html/chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -33,13 +33,25 @@
<a href="https://ai.thumeit.com" class="icon-button" target="_blank">
<img src="ai.png" alt="AI">
</a>
<a href="https://vault.thumeit.com" class="icon-button" target="_blank">
<img src="vault.png" alt="AI">
</a>
<a href="https://chat.thumeit.com" class="icon-button" target="_blank">
<img src="chat.png" alt="AI">
</a>
<a href="https://auth.thumeit.com" class="icon-button" target="_blank">
<img src="https://auth.thumeit.com/api/application-configuration/favicon" alt="Auth">
</a>
</div>
<form class="search-form">
<input type="text" placeholder="Search..." class="search-bar">
<button type="submit" class="go-button">Go</button>
<button type="submit" class="go-button" onclick="showPopup()">Go</button>
<script>
function showPopup() {
alert("The results were within you all this time");
}
</script>
</form>
</div>
</body>

BIN
html/vault.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB