Files
Linktree/view/index.html
jafreli 7fab8478a4
All checks were successful
Build and Push Docker Image to Gitea Registry / build-and-push (push) Successful in 5s
test non relative path
2025-01-16 04:28:53 +01:00

18 lines
607 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="icon" href="https://test.out.jafre.li/logos/logo.png" type="image/png">
</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>