Skip to content

Commit

Permalink
Create page_404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Jul 4, 2024
1 parent 102a740 commit 55e6c5a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions page_404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>404 - an error occured while loading this page | SaveDesktop</title>
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="https://vikdevelop.github.io/SaveDesktop/open-issue/css/styles.css">
</head>

<body>
<br>
<div class="container" align="center">
<img src="https://raw.githubusercontent.com/vikdevelop/SaveDesktop/94864c15b9ae0b82c37170b17caf95572446cfd8/flatpak/icons/io.github.vikdevelop.SaveDesktop.svg" width="172">
<br>
<br>
<h1>404</h1>
<p>An error occurred while loading this page!</p>
<p><i>You can go back to the home page by clicking on the button below.</i></p>
<a class="btn btn-primary" href="https://vikdevelop.github.io/SaveDesktop/wiki/"><img src="https://vikdevelop.github.io/SaveDesktop/documentation.svg" width="32"> Home Page</a>
</div>
</body>
</html>

0 comments on commit 55e6c5a

Please sign in to comment.