24 lines
421 B
HTML
24 lines
421 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<html>
|
|
<version>1</version>
|
|
|
|
<head>
|
|
<title>HTTP status code 405: Method not allowed</title>
|
|
</head>
|
|
|
|
<body class="errorpage">
|
|
<h1>HTTP status code 405: Method not allowed</h1>
|
|
<p>
|
|
The <!--#echo var="REDIRECT_REQUEST_METHOD" -->
|
|
method is not allowed for the requested URI.
|
|
</p>
|
|
</body>
|
|
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|