refactor(share): relocate 404 template

This commit is contained in:
Elian Doran
2025-06-09 16:22:22 +03:00
parent a61d76deed
commit 828da2aabf
2 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="../favicon.ico">
<title><%= t("share_404.title") %></title>
</head>
<body>
<h1><%= t("share_404.heading") %></h1>
</body>
</html>