Skip to content

Commit

Permalink
Add 404 page not found section
Browse files Browse the repository at this point in the history
  • Loading branch information
supuna97 committed Jun 15, 2022
1 parent 3ba4c58 commit 6420a04
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/404-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions page_not_found.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Not Found</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="assets/css/404-style.css"/>
<link rel="shortcut icon" href="images/logo.png">
</head>
<body>
<div id="notfound">
<div class="notfound">
<img class="img-404" src="images/404.png" alt="supun nanayakkara">
<br><br>
<h2>404 - Page not found</h2>
<p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>
<a href="http://word.traditionalme.life">Go To Homepage</a>
</div>
</div>
</body>
</html>

0 comments on commit 6420a04

Please sign in to comment.