www/resources/public/index.html
admin 391cd1ead9
All checks were successful
Deploy ajet.fyi / Explore-Gitea-Actions (push) Successful in 2s
Update resources/public/index.html
2025-09-10 09:36:51 -09:00

26 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ajet Dashboard</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="icon" type="image/x-icon" href="https://data-star.dev/cdn-cgi/image/format=auto/static/images/rocket-48x48-4c739bfaffe86a6ffcc3a6d77e3c5547730f03d74c11aa460209596d1811f7a3.png" />
</head>
<body>
<h2>Public Services:</h2>
<ul>
<li><a href="https://git.ajet.fyi/">git</a></li>
<li><a href="https://status.ajet.fyi/">status</a></li>
</ul>
<h2>Personal Quicklist:</h2>
<ul>
<li><a href="https://git.ajet.fyi/ajet-industries">Ajet Industries</a></li>
<li><a href="https://git.ajet.fyi/explore/repos">repos</a></li>
<li><a href="https://ebooks.ajet.fyi/">ebooks</a></li>
<li><a href="https://uptime.ajet.fyi/">uptime</a></li>
</ul>
</body>
</html>