Anonymous user
Template:Main: Difference between revisions
no edit summary
Vertvalerie (talk | contribs) m (it did not work, fixed it maybe) |
No edit summary |
||
Line 1: | Line 1: | ||
<!DOCTYPE html> | |||
< | <html lang="en"> | ||
< | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |||
<meta charset="UTF-8" /> | |||
<meta name="description" content="BẢO TRÌ - 404"> | |||
<link rel="shortcut icon" href="https://i.imgur.com/4lSyggf.jpg" type="image/x-icon"> | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Paytone One|Lalezar|Carter One"> | |||
<title>BẢO TRÌ - 404</title> | |||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script> | |||
<link rel="stylesheet" href="./assets/css/main1.css" /> | |||
</head> | |||
<body onclick="audio.play()"> | |||
<div id="particles-js"></div> | |||
<img src="https://i.imgur.com/rTpxwJ9.png"> | |||
<div class="message-box"> | |||
<h1 style="font-family: 'Paytone One';">TẠM BẢO TRÌ</h1> | |||
<p><li style="font-family: 'Lalezar';color: #ff0d25;">Sửa lỗi người dùng hay mắc phải</li></p> | |||
<p><li style="font-family: 'Lalezar';color: #1eff00;">Cải thiện tốc độ sử lí khi truy cập.</li></p> | |||
<p><li style="font-family: 'Lalezar';color: #eeff00;">Giao diện thuần túy dễ sử dụng.</li></p> | |||
<div class="buttons-con"> | |||
<div class="action-link-wrap"> | |||
<a href="https://minhnghiadev.x10.bz/" class="link-button" style="font-family: 'Carter One';"> 🍒 Home Page</a> | |||
<a href="https://www.facebook.com/NghiaCuti.Dev" class="link-button" style="font-family: 'Carter One';">😉 Facebook</a><br><br><br> | |||
<strong style="font-family: 'Paytone One';">Dự kiến hoàn tất : Đéo biết</strong> | |||
</div> | |||
} | </div> | ||
</ | <script src="./assets/js/particles.js"></script> | ||
</ | <script src="./assets/js/app.js"></script> | ||
<script> | |||
const audio=new Audio("//files.catbox.moe/e18dw8.mp3"); | |||
audio.play(); | |||
error_page(); | |||
function error_page() { | |||
Swal.fire( | |||
'Thông báo', | |||
'Trang này hiện đang được bảo trì nâng cấp.', | |||
'error' | |||
) | |||
} | |||
</script> | |||
</body> | |||
</html> |