-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfailed.html
More file actions
52 lines (44 loc) · 2.26 KB
/
failed.html
File metadata and controls
52 lines (44 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="assets/images/favicon.PNG">
<title>Front End Challenge | Finding Falcone | Geektrust</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.css" />
<link rel="stylesheet" href="assets/css/newstyle.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<a class="navbar-brand" href="#"><img src="assets/images/favicon.png"></a>
<div class="navbar-header">
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://www.geektrust.in">GEEKTRUST </a></li>
<li><a href="#" onclick="myFunction()">RESET</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid text-center" id="newTab"><br><br><br>
<img src="assets/images/failed.png" class="blink_me">
<h2>Oh No!!!</h2>
<h2>Please Try again!</h2>
<button class="redButton redButton2" onclick="window.location.href='index.html'">START AGAIN</button>
</div>
<footer class="footer">
<div class="text-center fixed">
Made with <i class="fas fa-coffee"></i> & <i class="fas fa-music"></i>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.js"></script>
<script src="newjs.js"></script>
</body>
</html>