first commit
This commit is contained in:
@@ -0,0 +1,99 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="HTML/CSS">
|
||||
<meta name="author" content="Anil">
|
||||
<title>LÝ CHÂU THANH</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="{{asset('frontend/css/bootstrap.min.css')}}">
|
||||
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
|
||||
<link href="{{asset('frontend/fontawesome/all.css')}}" rel="stylesheet">
|
||||
<script src="{{asset('libs/jquery/jquery.min.js')}}"></script>
|
||||
<link rel="stylesheet" href="{{asset('libs/OwlCarousel2/2.3.4/owl.carousel.min.css')}}">
|
||||
<script defer src="{{asset('libs/OwlCarousel2/2.3.4/owl.carousel.min.js')}}"></script>
|
||||
<link rel="stylesheet" href="{{asset('frontend/css/main.css')}}">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page_404">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 ">
|
||||
<div class="col-sm-12 col-sm-offset-1 text-center">
|
||||
<div class="four_zero_four_bg">
|
||||
<h1 class="text-center ">NỘI DUNG KHÔNG TỒN TẠI</h1>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="contant_box_404">
|
||||
<h3 class="h2">
|
||||
Có vẻ nội dung này đã bị ẩn hoặc xóa đi.
|
||||
</h3>
|
||||
|
||||
<p>Vui lòng trở lại trang chủ để xem nội dung khác</p>
|
||||
|
||||
<a href="{{route('/')}}" class="link_404">Về trang chủ</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="{{asset('frontend/js/jquery.waypoints.min.js')}}"
|
||||
integrity="sha256-jDnOKIOq2KNsQZTcBTEnsp76FnfMEttF6AV2DF2fFNE="
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
<script src="{{asset('frontend/js/jquery.counterup.min.js')}}"
|
||||
integrity="sha256-JtQPj/3xub8oapVMaIijPNoM0DHoAtgh/gwFYuN5rik="
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
<script src="{{asset('frontend/js/popper.min.js')}}"
|
||||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="{{asset('frontend/js/bootstrap.min.js')}}"
|
||||
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
/*======================
|
||||
404 page
|
||||
=======================*/
|
||||
|
||||
|
||||
.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
|
||||
}
|
||||
|
||||
.page_404 img{ width:100%;}
|
||||
|
||||
.four_zero_four_bg{
|
||||
|
||||
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
|
||||
height: 400px;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
|
||||
.four_zero_four_bg h1{
|
||||
font-size:80px;
|
||||
}
|
||||
|
||||
.four_zero_four_bg h3{
|
||||
font-size:80px;
|
||||
}
|
||||
|
||||
.link_404{
|
||||
color: #fff!important;
|
||||
padding: 10px 20px;
|
||||
background: #39ac31;
|
||||
margin: 20px 0;
|
||||
display: inline-block;}
|
||||
.contant_box_404{ margin-top:-50px;}
|
||||
</style>
|
||||
Reference in New Issue
Block a user