<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="https://fenpa.ws//css/tailwind.css"> <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> | Soxx Refsheet</title> <meta property="og:title" content="" /> <meta property="og:description" content="" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://fenpa.ws/categories/" /> <meta name="twitter:title" content=""/> <meta name="twitter:description" content=""/> <style> :root{ --main: #; } </style> </head> <body class="flex flex-col min-h-screen"> <nav class="text-neutral-50 w-full fixed top-0 z-30 bg-neutral-900 flex-wrap duration-100 backdrop-blur-sm" id="navbar"> <div class="sm:mx-[15vw]"> <div class="container gap-5 justify-between items-center p-3 mx-auto flex"> <div class="flex flex-wrap gap-1 items-center sm:gap-4"> <a href="/" class="px-1 py-1 rounded sm:px-2 text-white hover:text-neutral-300 hover:font-bold">Home</a> </div> <div class="ml-auto"> <a href="/impressum" class="px-1 py-1 rounded sm:px-2 text-white hover:text-neutral-300 hover:font-bold">Impressum</a> </div> </div> </div> </nav> <img src="https://fenpa.ws//images/mainbg.webp" alt="" class="fixed inset-0 -z-10 h-full object-cover w-full text-white"> <div class="w-full h-screen flex justify-center p-8 py-24"> <div class="pb-8 max-w-md w-full"> <div class="p-4 bg-neutral-900 rounded w-full max-w-md pt-16 mb-4"> <div class="prose prose-invert lg:prose-xl w-full mb-4"> <img src="https://fenpa.ws//images/index.webp" alt="" class="rounded-full max-w-[200px] w-full mx-auto"> <h1 class="text-center text-[var(--main)]"></h1> </div> <div class="flex flex-col items-center gap-8 mx-auto"> </div> </div> <div class="w-full max-w-md"> <div class="prose prose-invert"> <p class="flex gap-4 justify-center items-center flex-wrap w-full"> <a href="https://fenpa.ws/" class="hover:text-[var(--main)] px-4 py-2 bg-neutral-900 hover:border-2 hover:-p-[2px] hover:-mt-[4px] hover:-mx-[2px] hover:border-[var(--main)] rounded no-underline flex-1 text-center">Home</a> </p> </div> </div> </div> </div> </div> </body> </html>