-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoops.html
73 lines (59 loc) · 2 KB
/
oops.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="5; url=index.html">
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&family=Ropa+Sans&display=swap" rel="stylesheet">
<!-- FONT AWESOME ICONS -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<!-- STYLE.CSS -->
<link rel="stylesheet" href="style/style.css">
<!-- ANIMATE CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- FAVICON -->
<link rel="shortcut icon" type="image/jpg" href="src/img/favicon.ico">
<title>Redirection...</title>
<link rel="icon" href="/src/img/logo.svg" type="image/x-icon">
</head>
<body>
<div class="container">
<div class="oops__content">
<div class="oops__text">
<h2 class="oops__title">
Oops! It looks like we are still working on this.
</h2>
<p class="oops__desc">
Accept our apologies! You will be redirected in 5 seconds...
</p>
</div>
<div class="oops__icon">
<i class="far fa-sad-tear"></i>
</div>
</div>
</div>
<!-- Preloader -->
<div class="preloader">
<div class="preloader__content">
<div class="preloader__first">
</div>
<div class="preloader__second">
</div>
<div class="preloader__third">
</div>
</div>
</div>
<!-- JS SCRIPT -->
<script src='src/script/script.js'>
</script>
<script src="src/script/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>