mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
<!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>
|