-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path505.php
executable file
·28 lines (26 loc) · 1.03 KB
/
505.php
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
<!DOCTYPE html>
<html lang="en">
<?php include('assets/_partials/head.php');?>
<body>
<div class="middle-box2 text-center">
<div class="row">
<div class="col-sm-12">
<div class="error-text2"><h1>505</h1></div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="error-desc2">
<p>The server encountered something unexpected that didn't allow it to complete the request.
We apologize. You can go back to main page: </p>
<a href="index-2.html" class="btn btn-add">Dashboard</a>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="assets/plugins/jQuery/jquery-1.12.4.min.js" type="text/javascript"></script>
<!-- bootstrap js-->
<script src="assets/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>