44 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
 | 
						|
<head>
 | 
						|
  <!-- Web crawler and search indexing meta -->
 | 
						|
  <meta charset="utf-8"/>
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
 | 
						|
  <meta name="author" content="enpaul@enpaul.net"/>
 | 
						|
  <meta name="robots" content="noindex,nofollow"/>
 | 
						|
 | 
						|
  <!-- Page title and favicon definition -->
 | 
						|
  <title>ERROR 405</title>
 | 
						|
  <link rel="shortcut icon" href="https://cdn.enp.one/img/logos/enpaul/e-b-sm.png">
 | 
						|
 | 
						|
  <!-- CSS references -->
 | 
						|
  <link href="/css/bootstrap.min.css" rel="stylesheet">
 | 
						|
  <link href="/css/font-awesome.min.css" rel="stylesheet">
 | 
						|
  <link href="/css/style.css" rel="stylesheet">
 | 
						|
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <section id="top">
 | 
						|
    <div class="top-container">
 | 
						|
      <div class="wow fadeIn">
 | 
						|
 | 
						|
        <h1>HTTP 405: Method Not Allowed</h1>
 | 
						|
        <i class="error-icon fa fa-exclamation-triangle fa-5x"></i>
 | 
						|
        <h2>Requested resource does not support the HTTP Verb used to access it.</h2>
 | 
						|
        <div class="actions">
 | 
						|
          <a href="https://enpaul.net/" class="btn-header"><i class="fa fa-home"></i> Home</a>
 | 
						|
          <a href="#" class="btn-header" onclick="window.history.back();"><i class="fa fa-undo"></i> Back</a>
 | 
						|
          <br>
 | 
						|
          <a href="https://httpstatuses.com/405" target="_blank">More Information</a>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </section>
 | 
						|
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 |