You've already forked OpenShorte.old
							
							Moved PHP files to "lib" folder Moved Javascript files to "lib" folder Moved login page inline CSS to "login.css" Moved database functions to class "Database" Removed the html template, compensated with a direct HTML code inside PHP "else" statement
		
			
				
	
	
		
			11 lines
		
	
	
		
			195 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			195 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <title>Oops, you're lost!</title>
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <center>
 | 
						|
            <h1>404: Page not found!</h1>
 | 
						|
        </center>
 | 
						|
    </body>
 | 
						|
</html> |