diff options
author | NerdyPepper <[email protected]> | 2019-07-30 09:56:26 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-30 09:56:26 +0100 |
commit | 26941a5d42c472dff53d30cb3dc29940330fec1c (patch) | |
tree | cff21b6583eea2f72174818847847df69b3a64ff | |
parent | 87bf5a51b2ecd2c8aefab91f3214efc50e43e7a7 (diff) |
but wait theres more
-rw-r--r-- | docs/index.html | 6 | ||||
-rwxr-xr-x | generate.sh | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html index 02f5e0d..ae151e7 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -19,10 +19,10 @@ function showPost(id) { | |||
19 | </script> </head> | 19 | </script> </head> |
20 | 20 | ||
21 | <body> | 21 | <body> |
22 | <div class=black-circle> | 22 | <div class="black-circle"> |
23 | <h1 class=heading>n</h1> | 23 | <h1 class="heading">n</h1> |
24 | </div> | 24 | </div> |
25 | <div class=posts> | 25 | <div class="posts"> |
26 | 26 | ||
27 | 27 | ||
28 | <div class="post"> | 28 | <div class="post"> |
diff --git a/generate.sh b/generate.sh index 720cb56..6f05917 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -43,10 +43,10 @@ echo '</script> </head>' >> docs/index.html | |||
43 | # body | 43 | # body |
44 | echo " | 44 | echo " |
45 | <body> | 45 | <body> |
46 | <div class="black-circle"> | 46 | <div class=\"black-circle\"> |
47 | <h1 class="heading">n</h1> | 47 | <h1 class=\"heading\">n</h1> |
48 | </div> | 48 | </div> |
49 | <div class="posts"> | 49 | <div class=\"posts\"> |
50 | " >> docs/index.html | 50 | " >> docs/index.html |
51 | 51 | ||
52 | # posts | 52 | # posts |