You've already forked OpenShorte.old
Website refactoring
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
This commit is contained in:
11
lib/errors/404.html
Normal file
11
lib/errors/404.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Oops, you're lost!</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>404: Page not found!</h1>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user