forked from rapidpro/ureport
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #186 from Ilhasoft/update/1.2.110
Update/1.2.110
- Loading branch information
Showing
23 changed files
with
1,543 additions
and
977 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=""> | ||
<title>U-Report - Not Found.</title> | ||
<style> | ||
body { | ||
background-color: #FFFFFF; | ||
} | ||
|
||
.logo { | ||
margin: 0 auto; | ||
margin-top: 190px; | ||
width: 100%; | ||
text-align: center; | ||
|
||
} | ||
|
||
.message { | ||
margin-top: 18px; | ||
color: #333; | ||
font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; | ||
font-size: 14px; | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="logo"> | ||
<img src="/logo.png" alt="" style="max-width: 300px;" /> | ||
</div> | ||
<div class="message"> | ||
Sorry, that page wasn't found. | ||
We've been notified of the error. | ||
<br> | ||
</div> | ||
</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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.