diff options
-rw-r--r-- | docs/index.html | 1 | ||||
-rwxr-xr-x | generate.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 200faef..90c27d4 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -4,6 +4,7 @@ | |||
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 | <meta name="viewport" content="initial-scale=1"> | ||
7 | <title>n</title> | 8 | <title>n</title> |
8 | 9 | ||
9 | <script> | 10 | <script> |
diff --git a/generate.sh b/generate.sh index 86f6f05..eb15725 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -30,6 +30,7 @@ echo " | |||
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 | <meta name=\"viewport\" content=\"initial-scale=1\"> | ||
33 | <title>n</title> | 34 | <title>n</title> |
34 | " > ./docs/index.html | 35 | " > ./docs/index.html |
35 | 36 | ||