-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
32 lines (32 loc) · 1.68 KB
/
error.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
<!doctype html>
<html lang="en">
<head>
<!--This file is for failure of multiple attempts ie the players cannot play the game multiple times and can play only once -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Error</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
</head>
<body class="bg-light" >
<div class="container" >
<div class="py-5 text-center">
<br/><br/><br/><br/>
<span style="color:#ffdb58">
<i class="fas fa-exclamation-triangle fa-10x"></i></span>
<br/><br/>
<h2>You cannot attempt more than once!</h2>
</div>
<br /><br />
<!-- <footer class="my-5 pt-5 text-muted text-center text-small">
<p class="mb-1">© 2019 IBM India Pvt Ltd</p>
</footer>-->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="../public/javascripts/bootstrap.min.js"></script>
</body>
</html>