diff options
author | NerdyPepper <[email protected]> | 2019-07-30 09:55:08 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-07-30 09:55:08 +0100 |
commit | 87bf5a51b2ecd2c8aefab91f3214efc50e43e7a7 (patch) | |
tree | 4662721149d959f772ebe5c7b84a626525911e5a | |
parent | d202799022b174354c35088a18003fdf3852614c (diff) |
major oopsie
-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 384be00..02f5e0d 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1,9 +1,9 @@ | |||
1 | 1 | ||
2 | <!DOCTYPE html> | 2 | <!DOCTYPE html> |
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 | <meta charset=UTF-8> | 6 | <meta charset="UTF-8"> |
7 | <title>n</title> | 7 | <title>n</title> |
8 | 8 | ||
9 | <script> | 9 | <script> |
diff --git a/generate.sh b/generate.sh index 64fde9a..720cb56 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -26,10 +26,10 @@ post_wrapper() { | |||
26 | # meta | 26 | # meta |
27 | echo " | 27 | echo " |
28 | <!DOCTYPE html> | 28 | <!DOCTYPE html> |
29 | <html lang="en"> | 29 | <html lang=\"en\"> |
30 | <head> | 30 | <head> |
31 | <link rel="stylesheet" href="./style.css"> | 31 | <link rel=\"stylesheet\" href=\"./style.css\"> |
32 | <meta charset="UTF-8"> | 32 | <meta charset=\"UTF-8\"> |
33 | <title>n</title> | 33 | <title>n</title> |
34 | " > ./docs/index.html | 34 | " > ./docs/index.html |
35 | 35 | ||