aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-07-30 15:45:23 +0100
committerNerdyPepper <[email protected]>2019-07-30 15:45:23 +0100
commit376fddb25407937cec5fb4208a9c19b9cdf6b8c7 (patch)
tree5f5597e45c53c830d239eba532589462cddae3b5 /docs/index.html
parent487b33f0748fdf0c1b4a8300c6d40e46ecfb5fa4 (diff)
fonts load fine now!
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html7
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>
44our view, and restore it once its done, with <code>winrestview</code>.</p> 41our 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()
47s/\s\+$//gc &quot; find and confirm replace trailing blanks 44s/\s\+$//gc &quot; find and (confirm) replace trailing blanks
48winrestview(view) &quot; restore our original view! 45winrestview(view) &quot; restore our original view!
49</code></pre> 46</code></pre>
50 47