diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-20 23:21:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-20 23:21:41 +0200 |
commit | 4b3f2aff171313893c944381f102972558b35e22 (patch) | |
tree | 2e7303d83ec6dbb3c72c48a04dd9d2b0e7f937ed /public/docs/module.html | |
parent | 5b665a840bd3193c9be7b21fbe6f66e119e92d74 (diff) | |
download | server-4b3f2aff171313893c944381f102972558b35e22.tar.gz |
Set mobile viewport on docs.
Diffstat (limited to 'public/docs/module.html')
-rw-r--r-- | public/docs/module.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/public/docs/module.html b/public/docs/module.html index c75020f..a3a4483 100644 --- a/public/docs/module.html +++ b/public/docs/module.html @@ -1,4 +1,5 @@ <!doctype html> +<meta name="viewport" content="width=device-width"> <title>Module Overview</title> <link rel="stylesheet" href="style.css"> <body> @@ -69,8 +70,9 @@ The game landing page on the server has a bit of text introducing the game, and <xmp> <p> -Dolorum fugiat dolor temporibus. Debitis ea non illo sed debitis cupiditate -ipsum illo. Eos eos molestias illo quisquam dicta. +Dolorum fugiat dolor temporibus. Debitis ea non illo sed +debitis cupiditate ipsum illo. Eos eos molestias illo +quisquam dicta. <ul> <li> <a href="info/rules.html">Rules</a> @@ -119,7 +121,11 @@ The game needs a play.html file using the following template: <!doctype html> <html lang="en"> <head> - <meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, interactive-widget=resizes-content, viewport-fit=cover"> + <meta name="viewport" content="width=device-width, + height=device-height, + user-scalable=no, + interactive-widget=resizes-content, + viewport-fit=cover"> <meta name="theme-color" content="#444"> <meta charset="UTF-8"> <title> |