mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
refactor(share): relocate 404 template
This commit is contained in:
11
packages/share-theme/src/templates/404.ejs
Normal file
11
packages/share-theme/src/templates/404.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user