<!-- -- Uploaded on : https://haxor.my.id/open/card2.html -- Official Web : https://prinsh.com -- script-deface-generator.prinsh.com --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { background: url('https://i.ibb.co/JcFRMFZ/assassin-s-creed-wallpaper-updated-full-hd-by-gianlucasorrentino-d8xk6eq.jpg') no-repeat center center fixed; background-size: cover; overflow: hidden; cursor: default; } body { font-family: Arial, sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #f4f4f4; } .card-container { display: flex; gap: 20px; } .card { max-width: 200px; width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #fff; } .card img { width: 100%; height: auto; } .card-content { padding: 20px; } h2 { margin-top: 0; } p { margin-bottom: 0; } </style> <title>Character select</title> </head> <body> <div class="card-container"> <div class="card"> <a href="https://haxor.my.id/open/not_synchronized.html"> <img src="https://i.ibb.co/TKrNpy2/Tak-berjudul155-20240115205828.png" alt="Card Image 1"></a> <div class="card-content"> <h2>Altair Ibn-La'Ahad</h2> <p>"...you'll be safe now. Held in the arms of your God."</p> </div> </div> <div class="card"> <a href="https://haxor.my.id/open/not_synchronized.html"> <img src="https://i.ibb.co/DbdbswY/Tak-berjudul155-20240115205838.png" alt="Card Image 2"></a> <div class="card-content"> <h2>Ezio Auditore da Firenze</h2> <p>"I Have Seen Enough For One Life..."</p> </div> </div> <div class="card"> <a href="https://haxor.my.id/open/not_synchronized.html"> <img src="https://i.ibb.co/v3S0N6c/Tak-berjudul155-20240115205820.png" alt="Card Image 3"></a> <div class="card-content"> <h2>Connor Kenway</h2> <p>"It's better to have faith in something than none at all..."</p> </div> </div> <div class="card"> <a href="https://haxor.my.id/open/Kenway2.html"> <img src="https://i.ibb.co/YWVQ3zd/Tak-berjudul155-20240115205845.png" alt="Card Image 4"></a> <div class="card-content"> <h2>Fathir Kenway</h2></a> <p>"Everything is permitted? I like the sound of that."</p> </div> </div> </div> </body> </html>