92 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en-us">
 | |
|   <head>
 | |
| 
 | |
|     <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
 | |
|     <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
 | |
|     <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
 | |
|     <link rel="manifest" href="/images/site.webmanifest">
 | |
| 
 | |
|     <meta charset="utf-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
 | |
|     <title>404 Page not found | acorneroftheweb</title>
 | |
|     <link rel="stylesheet" href="/css/style.css" />
 | |
|     <link rel="stylesheet" href="/css/fonts.css" />
 | |
|     <link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
 | |
|     <header>
 | |
| 
 | |
|   <nav>
 | |
|     <ul>
 | |
|       
 | |
|       
 | |
|       <li class="pull-left ">
 | |
|         <a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
 | |
|       </li>
 | |
|       
 | |
|       
 | |
|       <li class="pull-left ">
 | |
|         <a href="/categories/">~/categories</a>
 | |
|       </li>
 | |
|       
 | |
|       
 | |
|       <li class="pull-left ">
 | |
|         <a href="/tags/">~/tags</a>
 | |
|       </li>
 | |
|       
 | |
| 
 | |
|       
 | |
|       
 | |
|       <li class="pull-right">
 | |
|         <a href="/index.xml">~/subscribe</a>
 | |
|       </li>
 | |
|       
 | |
| 
 | |
|     </ul>
 | |
|   </nav>
 | |
| </header>
 | |
| 
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
|     <br/>
 | |
| 
 | |
| 
 | |
| 404 - You once were found. But now you're lost.
 | |
| 
 | |
|     <footer>
 | |
|       
 | |
| <script>
 | |
| (function() {
 | |
|   function center_el(tagName) {
 | |
|     var tags = document.getElementsByTagName(tagName), i, tag;
 | |
|     for (i = 0; i < tags.length; i++) {
 | |
|       tag = tags[i];
 | |
|       var parent = tag.parentElement;
 | |
|       
 | |
|       if (parent.childNodes.length === 1) {
 | |
|         
 | |
|         if (parent.nodeName === 'A') {
 | |
|           parent = parent.parentElement;
 | |
|           if (parent.childNodes.length != 1) continue;
 | |
|         }
 | |
|         if (parent.nodeName === 'P') parent.style.textAlign = 'center';
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   var tagNames = ['img', 'embed', 'object'];
 | |
|   for (var i = 0; i < tagNames.length; i++) {
 | |
|     center_el(tagNames[i]);
 | |
|   }
 | |
| })();
 | |
| </script>
 | |
| 
 | |
|       
 | |
|       <hr/>
 | |
|       Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
 | |
|       
 | |
|     </footer>
 | |
|   </body>
 | |
| </html>
 | |
| 
 |