Skip to content

Commit

Permalink
MAJOR: ui: Add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
20syldev committed Dec 22, 2024
1 parent 5333bba commit 71874ba
Showing 1 changed file with 13 additions and 0 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"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta http-equiv="refresh" content="0;url=https://flowers.sylvain.pro"/>
<title>Redirection to Flowers...</title>
<link rel="icon shortcut" href="https://flowers.sylvain.pro/images/logo.png"/>
</head>
<body>
</body>
</html>

0 comments on commit 71874ba

Please sign in to comment.