diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:59:16 +0200 |
commit | 57e249cc3965de5f81e483af7ebf4da21184c871 (patch) | |
tree | b287539bf7be521dc5e15e88a6d1927355e2dea2 /info/notes.html | |
parent | 8d411f46d64e8194ae4bb6c723cbd60d429e44d8 (diff) | |
download | julius-caesar-57e249cc3965de5f81e483af7ebf4da21184c871.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/notes.html')
-rw-r--r-- | info/notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/notes.html b/info/notes.html index 8300a82..95f1531 100644 --- a/info/notes.html +++ b/info/notes.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <head> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Julius Caesar - Notes</title> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/style.css"> |