www/resources/public/index.html
2025-09-09 10:54:28 -09:00

22 lines
740 B
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://gitea.ajet.fyi/">git</a></li>
</ul>
<h2>Personal quicklist:</h2>
<ul>
<li><a href="https://ebooks.ajet.fyi/">ebooks</a></li>
</ul>
</body>
</html>