Skip to content

Commit

Permalink
Added 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aykhan019 committed Sep 15, 2024
1 parent 5b58520 commit d8882f9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!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.0">
<title>Not Found | media.aykhan.net</title>
</head>

<body style="margin: 0; overflow: hidden;">
<!-- Embedding the 404.html file -->
<iframe src="https://media.aykhan.net/not-found/index.html" style="width: 100%; height: 100vh; border: none;"></iframe>

</body>

</html>
8 changes: 8 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: 404 Page Not Found
---

# 404 Page Not Found

Sorry, the page you were looking for does not exist.
2 changes: 1 addition & 1 deletion not-found/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found | aykhan.net </title>
<title>Page Not Found | media.aykhan.net </title>
<link rel="icon" type="image/x-icon"
href="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico" />
</head>
Expand Down

0 comments on commit d8882f9

Please sign in to comment.