21 lines
708 B
PHP
21 lines
708 B
PHP
<!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>
|