-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from leafsphp/fix/mvc-core-issues
Fix/mvc core issues
- Loading branch information
Showing
7 changed files
with
147 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
/* hello world */ | ||
|
||
h4 { | ||
color: blanchedalmond !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Page Not Found</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> | ||
<style> | ||
body { | ||
display: flex !important; | ||
align-items: center !important; | ||
justify-content: center !important; | ||
flex-direction: column !important; | ||
height: 95vh !important; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h2>Error 4<span role="img" aria-label="O">😵</span>4</h2> | ||
<p> | ||
We could not find the page you requested, please check and try again or <a href="/">Go Back Home</a> | ||
</p> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Page Not Found</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" | ||
/> | ||
<style> | ||
body { | ||
display: flex !important; | ||
align-items: center !important; | ||
justify-content: center !important; | ||
flex-direction: column !important; | ||
height: 95vh !important; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h2>Error 4<span role="img" aria-label="O">😵</span>4</h2> | ||
<p> | ||
We could not find the page you requested, please check and try again | ||
or <a href="/">Go Back Home</a> | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Internal Server Error</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> | ||
<style> | ||
body { | ||
display: flex !important; | ||
align-items: center !important; | ||
justify-content: center !important; | ||
flex-direction: column !important; | ||
height: 95vh !important; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h2>Error 5<span role="img" aria-label="O">😵</span><span role="img" aria-label="O">😵</span></h2> | ||
<p> | ||
Internal Server Error. Please try again later. | ||
</p> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Internal Server Error</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" | ||
/> | ||
<style> | ||
body { | ||
display: flex !important; | ||
align-items: center !important; | ||
justify-content: center !important; | ||
flex-direction: column !important; | ||
height: 95vh !important; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h2> | ||
Error 5<span role="img" aria-label="O">😵</span | ||
><span role="img" aria-label="O">😵</span> | ||
</h2> | ||
<p>Internal Server Error. Please try again later.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters