Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SagrSuri committed Sep 3, 2024
1 parent 242ab16 commit 5540a23
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 33 deletions.
15 changes: 15 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting...</title>
<link rel="shortcut icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTh8mC7f14ESDFQC0XbM6xcH6wLakU8hythSw&s" type="image/x-icon">
<script>
// This script redirects to the index.html of your project.
window.location.href = "/youtube";
</script>
</head>
<body>
</body>
</html>
Loading

0 comments on commit 5540a23

Please sign in to comment.