forked from obsidian-html/obsidian-html.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
not_created.html
70 lines (56 loc) · 2.94 KB
/
not_created.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page information -->
<meta charset="UTF-8" />
<meta name="node_id" content="none">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- Set title -->
<title>ObsidianHtml/Documentation</title>
<!-- Includes -->
<link rel="stylesheet" href="/obs.html/static/mermaid.css" />
<link rel="stylesheet" href="/obs.html/static/main.css" />
<script src="/obs.html/static/mermaid.min.js"></script>
<link rel="stylesheet" href="/obs.html/static/graph.css" />
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="/obs.html/static/dirtree.js" /></script>
<!-- Onload tweaks -->
<script>
// add prefix to hash to avoid scrolling
if (window.location.hash != '' && window.location.hash.substr(1)[0] != '!'){
window.location.hash = '!' + window.location.hash.substr(1);
}
</script>
</head>
<body onload="LoadPage();">
<div id="header" class="header">
<a href="/" id="homelink" title="Clear screen and go to homepage">ObsidianHtml/Documentation</a>
<div style="width:6rem; height:1.6rem; position:fixed; left:calc(100vw - 6rem);top: 0.9rem; ">
<div style="width: calc(1.6rem - 6px); height: calc(1.6rem - 6px); border: 3px solid #f0f0f0; margin-right:0.2rem; float:right;">
<a id="rss_link" class="system-link" href="/obs.html/rss/feed.xml" title="RSS Feed link">
<img src = "/obs.html/static/rss.svg" alt="RSS Feed link"/>
</a>
</div>
<div style="width:1.6rem; height:1.6rem; float:right; margin-right:0.2rem">
<a href="/obs.html/tags/" title="Open tag view">
<img src = "/obs.html/static/hashtag.svg" alt="RSS Feed link"/>
</a>
</div>
<div style="width: calc(1.6rem - 6px); height: calc(1.6rem - 6px); border: 3px solid #f0f0f0; margin-right:0.2rem; float:right;">
<a id="dirtree_link" class="system-link" href="/obs.html/dir_index.html" title="View directory tree">
<img src = "/obs.html/static/dirtree.svg" style="width: 14px; padding: 3px;" alt="Directory tree link"/>
</a>
</div>
</div>
</div>
<div class="container-wrapper">
<div class="container">
<p>This note was linked, but never created (or removed)</p>
<a href="javascript:history.back()">Go Back</a> or <a href="/" id="homelink">Go to Home</a>.
<!-- end content -->
</div>
</div>
<script src="/obs.html/static/obsidian.js" type="text/javascript"></script>
</body>
</html>