www.ThumeIT/html/index.html
tfaour f06939a13e
Some checks failed
Build and test / Explore-Gitea-Actions (push) Failing after 5s
update ai and email and pocketid icons
2025-03-28 23:38:29 -04:00

45 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ThumeIT</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="ThumeIT">
<h1>ThumeIT</h1>
</div>
<div class="floating-buttons">
<a href="https://photos.thumeit.com" class="icon-button" target="_blank">
<img src="https://photos.thumeit.com/favicon.ico" alt="Photos">
</a>
<a href="https://files.thumeit.com" class="icon-button" target="_blank">
<img src="files.png" alt="Files">
</a>
<a href="https://notes.thumeit.com" class="icon-button" target="_blank">
<img src="120px-Apple_Notes_icon.svg.png" alt="Notes">
</a>
<a href="https://mail.thumeit.com" class="icon-button" target="_blank">
<img src="email_blue_23344.ico" alt="Mail">
</a>
<a href="https://git.thumeit.com" class="icon-button" target="_blank">
<img src="git_8293568.png" alt="Git">
</a>
<a href="https://ai.thumeit.com" class="icon-button" target="_blank">
<img src="ai.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>
</form>
</div>
</body>
</html>