File manager - Edit - /home/webapp69.cm.in.th/u69319090026/portfolio/69319090026/404.php
Back
<?php /** * 404 Error Page for Han Portfolio */ ?> <!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>404 - ไม่พบหน้านี้ | Han Portfolio</title> <!-- Favicon --> <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2222%22 fill=%22%230F172A%22/><text x=%2250%%22 y=%2254%%22 dominant-baseline=%22central%22 text-anchor=%22middle%22 font-size=%2260%22 font-weight=%22800%22 fill=%22%23F59E0B%22 font-family=%22Poppins, sans-serif%22>H</text></svg>"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&family=Prompt:wght@400;600&display=swap" rel="stylesheet"> <!-- Bootstrap 5 CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> <!-- Custom Style --> <link rel="stylesheet" href="assets/css/style.css"> <style> body { display: flex; align-items: center; justify-content: center; min-height: 100vh; background: var(--body-bg); margin: 0; padding: 20px; } .error-container { text-align: center; max-width: 500px; } .error-code { font-size: 120px; font-weight: 800; color: var(--accent-gold); line-height: 1; margin-bottom: 20px; text-shadow: 0 0 30px rgba(245, 158, 11, 0.3); animation: pulseGlow 2s infinite alternate; } @keyframes pulseGlow { 0% { text-shadow: 0 0 20px rgba(245, 158, 11, 0.2); } 100% { text-shadow: 0 0 40px rgba(245, 158, 11, 0.5); } } </style> </head> <body> <div class="error-container"> <div class="glass-card py-5 px-4" data-aos="fade-up"> <div class="error-code">404</div> <h1 class="h3 fw-bold mb-3">ไม่พบหน้านี้ (Page Not Found)</h1> <p class="text-secondary mb-4">ขออภัยด้วยครับ หน้าที่คุณกำลังเข้าถึงไม่มีอยู่จริงหรือถูกย้ายไปที่อื่นแล้ว</p> <a href="index.php" class="btn btn-gold px-4 py-2"> <i class="fa-solid fa-house me-2"></i>กลับหน้าหลัก </a> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.4 |
proxy
|
phpinfo
|
Settings