Skip to content

Commit

Permalink
Add custom 404 and update readme with site preview
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-mosher committed Sep 11, 2024
1 parent 919bb40 commit ecb9788
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404 - Who is the Cutest?</title>
</head>
<body>
<h1>Error 404 - Page Not Found</h1>
<a href="/">Go To Homepage</a>
</body>
</html>
Binary file added README-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# WHOISTHECUTEST.COM #
<p align="center">
<a href="https://whoisthecutest.com" target="_blank">
<img src="./README-preview.png" alt="Who is the Cutest Homepage" width="560">
</a>
</p>


## Website ##

https://whoisthecutest.com/
Visit [https://whoisthecutest.com](https://whoisthecutest.com/). Stick around for a few seconds for a secret bonus.

0 comments on commit ecb9788

Please sign in to comment.