Welcome to mirror list, hosted at ThFree Co, Russian Federation.

500.shtml « error « .autoindex - github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 343ee11f05b89b4c8a0861ab1ca3730dacdf91ae (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>

<!--#include virtual="/.autoindex/meta.shtml" --> 

<title>HTTP 500: Internal Server Error</title>

<!--#include virtual="/.autoindex/css.shtml" --> 

</head>
<body>
	
<div id="wrapper" class="container" style="display: none;">

<!--#include virtual="/.autoindex/navbar.shtml" -->

<!--#include virtual="/.autoindex/folder-path.shtml" -->

	<div class="alert alert-danger">
		<div class="alert-title"><i class="fa fa-fw fa-ambulance"></i>HTTP 500: Internal Server Error</div>
		<div class="alert-content">The server experienced an unexpected error when loading the following resource:<br/><span></span></div>
		<button id="back" type="button" class="btn btn-danger"><i class="fa fa-arrow-left"></i>Back</button>
	</div>
	
<!--#include virtual="/.autoindex/footer-info.shtml" -->

</div><!--/.container -->

<!--#include virtual="/.autoindex/error/js.shtml" -->
	
</body>
</html>