init comit
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 3s
Some checks failed
Build and Push Docker Image to Gitea Registry / build-and-push (push) Failing after 3s
This commit is contained in:
17
view/index.html
Normal file
17
view/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My Links</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>My Links</h1>
|
||||
<a class="link" href="hhttps://git.out.jafre.li/jafreli/Linktree" target="_blank">LinkTree Sourcecode</a>
|
||||
<a class="link" href="https://anotherexample.com" target="_blank">Example Link 2</a>
|
||||
<a class="link" href="https://yetanotherexample.com" target="_blank">Example Link 3</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user