29 lines
925 B
Plaintext
29 lines
925 B
Plaintext
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Nothing here</title>
|
|
<link href="/styles/digital-garden-base.css" rel="stylesheet">
|
|
{%-if meta.themeStyle%}
|
|
<link href="/styles/obsidian-base.css" rel="stylesheet">
|
|
<link href="{{meta.themeStyle}}" rel="stylesheet">
|
|
{% else %}
|
|
<link href="/styles/style.css" rel="stylesheet">
|
|
{%endif%}
|
|
|
|
<link href="/styles/custom-style.css" rel="stylesheet">
|
|
|
|
</head>
|
|
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
|
|
<div class="content centered">
|
|
|
|
{%-if not meta.themeStyle%}
|
|
<div class="font-bg"> 😎 </div>
|
|
{%endif%}
|
|
<h1>There is nothing here</h1>
|
|
<p>If you got here from a link, this note is probably not made public</p>
|
|
<a href="/">Go back home</a>
|
|
</div>
|
|
</body>
|
|
</html>
|