in/web
All checks were successful
/ job (push) Successful in 1m9s

This commit is contained in:
Marc Beninca 2024-10-13 21:18:16 +02:00
parent e65b2f9ffa
commit 6d1300e165
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
5 changed files with 0 additions and 0 deletions

17
in/web/index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1><a href="https://beninca.link">Beninca 🔗</a></h1>
<ul>
<li><a href="https://marc.beninca.link">Marc Beninca</a></li>
<li><a href="https://bettina.beninca.link">Bettina Beninca</a></li>
</ul>
</body>
</html>