You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
petitie-poli/ui/multumesc.html

36 lines
1.1 KiB

<!doctype html>
<html>
<head>
<title>Petitie UPB</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/css" rel="stylesheet" />
<style>
.hidden_author_comments {
display: none;
}
</style>
</head>
<body class="bg-mycol bg-contain bg-cover text-[#FFFFFF] md:bg-fixed">
<div class="fixed top-5 right-5">
<button class="text-sm md:text-6xl bg-mycol1 rounded-2xl p-5 md:p-10 backdrop-blur-2xl" onclick="location.href='/';">Homepage</button>
</div>
<div
class="bg-mycol2 my-20 flex w-[100%] items-center justify-center py-[75px]"
>
<div
class="center flex-center text-centers w-[85%] items-center justify-center md:w-[75%]"
>
<p class="font-black text-center items-center ml-auto mr-auto text-6xl md:text-8xl mt-20 mb-20 gradient_text">Multumim!</p>
</div>
</div>
</div>
</body>
<script>
</script>
</html>