diff options
| author | winter | 2024-12-23 21:03:21 +0000 |
|---|---|---|
| committer | winter | 2024-12-23 21:03:21 +0000 |
| commit | 8f1f84d92cabf3a606585bc79eba14e63c149b60 (patch) | |
| tree | 04852c50d2f037769471b24027ba9114967146b4 /templates/skeleton.php | |
| parent | 505d25e29f1c13403bfbfe7cd9d1ab125be87a4b (diff) | |
improve timelines
Diffstat (limited to 'templates/skeleton.php')
| -rw-r--r-- | templates/skeleton.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/skeleton.php b/templates/skeleton.php index 5e181b6..8a7fdf1 100644 --- a/templates/skeleton.php +++ b/templates/skeleton.php @@ -4,6 +4,7 @@ <head> <title><?= $pageTitle ?></title> <link rel="stylesheet" href="/static/style.css"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> |
