diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:53:38 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-28 00:02:46 +0200 |
commit | 8b7596205a6588806b758a0fc7e09ff9b88335cd (patch) | |
tree | 998844850dc97b1a8a96259edc3f8748bdad70fe /info/notes.html | |
parent | 1962a4c5866109732727ca55c4214f9ef1baa62a (diff) | |
download | richard-iii-8b7596205a6588806b758a0fc7e09ff9b88335cd.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 5b2a67a..22ba150 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>Richard III - Notes</title> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/style.css"> |