init commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
font-face: sans-serif;
|
||||
padding-left: 20px;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user