mirror of
				https://git.wownero.com/wownero/YellWOWPages.git
				synced 2024-08-15 01:03:25 +00:00 
			
		
		
		
	Rewrite to Quart web-framework, refactor code.
This commit is contained in:
		
							parent
							
								
									95b0569f7a
								
							
						
					
					
						commit
						df51c98e02
					
				
					 39 changed files with 656 additions and 980 deletions
				
			
		
							
								
								
									
										30
									
								
								yellow/templates/error.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								yellow/templates/error.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,30 @@
 | 
			
		|||
<!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>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue