Files
Linktree/view/index.html
jafreli 1247e850fd
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 4s
fix spelling
2025-01-16 04:35:43 +01:00

21 lines
860 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>by jafreli</title>
<link rel="stylesheet" href="styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="logos/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="logos/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="logos/favicon/favicon-16x16.png">
<link rel="manifest" href="logos/favicon/site.webmanifest">
</head>
<body>
<div class="container">
<h1>My Links</h1>
<a class="link" href="https://git.out.jafre.li/jafreli/Linktree" target="_blank">LinkTree Sourcecode</a>
<a class="link" href="https://git.out.jafre.li" target="_blank">Gitea by jafreli</a>
</div>
</body>
</html>