-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfail.html
More file actions
105 lines (79 loc) · 3.48 KB
/
Copy pathfail.html
File metadata and controls
105 lines (79 loc) · 3.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html class="no-js" lang="">
<head>
<style>
html{
scroll-behavior: smooth;
}
::-webkit-scrollbar{
width: 8px;
background-color: black;
}
::-webkit-scrollbar-thumb{
background-color: #25caa3;
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-track{
background-color: white;
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
</style>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>AstterEd</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/odometer.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body style="background-color: #141414;">
<!-- main-area -->
<main>
<!-- top-rated-movie -->
<section class="top-rated-movie tr-movie-bg" style="background-color: #141414; margin-top: 10%;">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title text-center mb-50">
<span class="sub-title">Unfortunately, you have failed.</span>
<h2 class="title">Let's give it another go... </h2>
<div style="margin-top: 2.5%;">
<center><a href="course1.html" class="btn">Try Again</a></center>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- top-rated-movie-end -->
<!-- JS here -->
<script src="js/vendor/jquery-3.6.0.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.odometer.min.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>