"Page 404 - Template 404 - Khong tim thay trang"
Bootstrap 4.1.1 Snippet by HIEUGB

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container--"> <div class="row--"> <div class="full-screen-size-fixed-container d-flex justify-content-center align-items-center"> <div class="p-3 text-center shadow"> <h1 class="display-1 font-weight-bold ">404</h1> <h4 class="text-info">Trang truy cập không tìm thấy</h4> <div class="nowrap">Có lẻ bạn đã nhập sai link truy cập hoặc liên kết này không còn tồn tại.</div> <a class="btn btn-dark" href="javascript:history.back();" role="button"><i class="fas fa-house-user mr-2"></i> Quay về trang trước</a> </div> </div> </div> </div>
@import url('https://fonts.googleapis.com/css2?family=Play&display=swap'); html, body { font-family: 'Play', Arial, sans-serif; font-size: 15px; } .full-screen-size-fixed-container { height: 100vh; width: 100%; position: fixed; background-color: #F2F9FF; color: #5D5D5D; } .display-1 { max-width: 320px; margin: 0 auto; } .nowrap { width: 100%; margin: 20px; overflow: hidden; white-space: normal; text-overflow: ellipsis; }

Related: See More


Questions / Comments: