Primer commit

This commit is contained in:
2026-04-07 23:30:33 +02:00
commit 618efcd05f
40 changed files with 1547 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<!doctype html>
<html lang="ca">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Pagament cancel·lat</title>
<style>
body{font-family:Arial,Helvetica,sans-serif;background:#081221;color:#fff;margin:0;padding:40px}
.box{max-width:780px;margin:auto;background:#0f1d34;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:32px}
a{color:#7dd3fc}
</style>
</head>
<body>
<div class="box">
<h1>Pagament cancel·lat</h1>
<p>No s'ha completat el pagament. Pots tornar al catàleg i provar-ho de nou.</p>
<p><a href="https://kapvoe-portfoli.treblarella.org/">Torna al catàleg</a></p>
</div>
</body>
</html>