-
Notifications
You must be signed in to change notification settings - Fork 2
/
500.html
44 lines (34 loc) · 1.5 KB
/
500.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
<!doctype html>
<html lang="en" dir="ltr">
<!-- soccer/project/500.html 07 Jan 2020 03:42:43 GMT -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<title>:: Soccer :: 500</title>
<!-- Bootstrap Core and vandor -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css" />
<!-- Core css -->
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="assets/css/theme1.css"/>
</head>
<body class="font-montserrat">
<div class="auth">
<div class="auth_left">
<div class="card">
<div class="card-body">
<div class="display-3 text-muted mb-5"><i class="si si-exclamation"></i> 500</div>
<h1 class="h3 mb-3">Oops.. You just found an error page..</h1>
<p class="h6 text-muted font-weight-normal mb-3">We are sorry but your request contains bad syntax and cannot be fulfilled…</p>
<a class="btn btn-primary" href="javascript:history.back()"><i class="fe fe-arrow-left mr-2"></i>Go back</a>
</div>
</div>
</div>
<div class="auth_right full_img"></div>
</div>
<script src="assets/bundles/lib.vendor.bundle.js"></script>
<script src="assets/js/core.js"></script>
</body>
<!-- soccer/project/500.html 07 Jan 2020 03:42:43 GMT -->
</html>