-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d841f7
commit 9498057
Showing
4 changed files
with
38 additions
and
59 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,19 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>DevProfiles - 404 Not-Found</title> | ||
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon"> | ||
</body> | ||
<div class="flex-center full-height"> | ||
<div> | ||
<div id="error_text"><span class="source">404: <span data-l10n>Not Found</span></span> <span | ||
class="target"></span></div> | ||
<center><button onclick='location.href="/"'>Back to Home</button></center> | ||
</div> | ||
</div> | ||
<script src="/scripts/404.js"></script> | ||
</body> | ||
</html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>DevProfiles - 404 Not-Found</title><link rel="icon" href="assets/favicon.ico"><div class="flex-center full-height"><div><div id="error_text"><span class="source">404:<span data-l10n>Not Found</span></span><span class="target"></span></div><button onclick='location.href="/"'>Back to Home</button></div></div><script src="/scripts/404.js"></script></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
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