initial release
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
Felipe M 2025-05-04 10:40:26 +02:00
commit 0ef15167d5
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
28 changed files with 2789 additions and 0 deletions

0
testsite/rel/image.jpg Normal file
View file

22
testsite/rel/index.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<a href="./relfound.html">found.html</a> <br>
<a href="./rel_not_found.html">not_found.html</a> <br>
<img src="./image.jpg"> <br>
<img src="./image-404.jpg"> <br>
<img src="./e3H7iaV685rbH7R5lBNxgpietP7JTnMeknmi9SNAEUT4XSiH2sET6ixAcjhy4CAi"> <br>
<br>
<script src="/static/script.js" type="text/javascript"></script>
</body>
</html>

View file

@ -0,0 +1 @@
found