mirror of
				https://git.wownero.com/wownero/YellWOWPages.git
				synced 2024-08-15 01:03:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			No EOL
		
	
	
		
			918 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			No EOL
		
	
	
		
			918 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en" data-theme="dark">
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <meta http-equiv="refresh" content="3; URL={{url}}">
 | 
						|
    <title>Such {{code}} error :(</title>
 | 
						|
    <link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
 | 
						|
    <link rel="stylesheet" href="../../static/colors.css">
 | 
						|
    <link rel="stylesheet" href="../../static/icon.css">
 | 
						|
</head>
 | 
						|
    <style>
 | 
						|
        html, body{
 | 
						|
                font-family: 'Courier New', Courier, monospace;
 | 
						|
            }
 | 
						|
        #main{
 | 
						|
            height: 100vh;
 | 
						|
            display: grid;
 | 
						|
            place-content: center;
 | 
						|
        }
 | 
						|
    </style>
 | 
						|
<body>
 | 
						|
    <div class="container-fluid">
 | 
						|
        <div id="main">
 | 
						|
            <p>Error {{code}}: {{msg}}</p>
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</body>
 | 
						|
</html> |