diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index d5f2be0..8e4f8b7 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -3,7 +3,6 @@ | |||
3 | <html lang="en"> | 3 | <html lang="en"> |
4 | <head> | 4 | <head> |
5 | <link rel="stylesheet" href="./style.css"> | 5 | <link rel="stylesheet" href="./style.css"> |
6 | <link rel="stylesheet" href="https://files.nerdypepper.me/rW.woff"> | ||
7 | <meta charset="UTF-8"> | 6 | <meta charset="UTF-8"> |
8 | <title>n</title> | 7 | <title>n</title> |
9 | 8 | ||
@@ -20,9 +19,7 @@ function showPost(id) { | |||
20 | </script> </head> | 19 | </script> </head> |
21 | 20 | ||
22 | <body> | 21 | <body> |
23 | <div class="black-circle"> | 22 | <h1 class="heading">n</h1> |
24 | <h1 class="heading">n</h1> | ||
25 | </div> | ||
26 | <div class="posts"> | 23 | <div class="posts"> |
27 | 24 | ||
28 | 25 | ||
@@ -44,7 +41,7 @@ none of which concern us.</p> | |||
44 | our view, and restore it once its done, with <code>winrestview</code>.</p> | 41 | our view, and restore it once its done, with <code>winrestview</code>.</p> |
45 | 42 | ||
46 | <pre><code>let view = winsaveview() | 43 | <pre><code>let view = winsaveview() |
47 | s/\s\+$//gc " find and confirm replace trailing blanks | 44 | s/\s\+$//gc " find and (confirm) replace trailing blanks |
48 | winrestview(view) " restore our original view! | 45 | winrestview(view) " restore our original view! |
49 | </code></pre> | 46 | </code></pre> |
50 | 47 | ||