-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
7d8a162
commit 798137b
Showing
1 changed file
with
58 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>404 - Page not found - Multiform-validator</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
background-color: #f4f4f4; | ||
} | ||
|
||
.container { | ||
text-align: center; | ||
margin-top: 100px; | ||
} | ||
|
||
h1 { | ||
color: #333; | ||
} | ||
h2 { | ||
color: #ce2f2f; | ||
} | ||
p { | ||
color: #777; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #007bff; | ||
font-weight: bold; | ||
} | ||
a:hover{ | ||
text-decoration: underline; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<h1>Multiform-validator</h1> | ||
<h2>Oops! Page not found</h2> | ||
<p>The page you're looking for doesn't exist.</p> | ||
<p>Go back to the <a href="https://gabriel-logan.github.io/multiform-validator/">home page</a> or check the entered URL.</p> | ||
<p>Go to <a target="_blank" href="https://www.npmjs.com/package/multiform-validator">npm</a></p> | ||
<p>Go to <a target="_blank" href="https://github.com/gabriel-logan/multiform-validator">GitHub</a></p> | ||
</div> | ||
<p align="center"> | ||
<a href="https://www.buymeacoffee.com/gabriellogan" target="_blank"> | ||
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 54px !important;width: 180px !important;" > | ||
</a> | ||
</p> | ||
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="gabriellogan" data-description="Support me on Buy me a coffee!" data-message="" data-color="#5F7FFF" data-position="Right" data-x_margin="18" | ||
data-y_margin="18"></script> | ||
</body> | ||
|
||
</html> |