1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-04 16:39:34 +00:00

add "viewport" meta tag

shit's *tiny* on some mobile devices otherwise
resolves #8
This commit is contained in:
Rouji 2021-08-09 21:28:00 +02:00
parent aac9c82690
commit 1c7d3d2abc

View File

@ -316,6 +316,7 @@ echo <<<EOT
<head>
<title>Filehost</title>
<meta name="description" content="Minimalistic service for sharing temporary files." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<pre>