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:
parent
aac9c82690
commit
1c7d3d2abc
@ -316,6 +316,7 @@ echo <<<EOT
|
|||||||
<head>
|
<head>
|
||||||
<title>Filehost</title>
|
<title>Filehost</title>
|
||||||
<meta name="description" content="Minimalistic service for sharing temporary files." />
|
<meta name="description" content="Minimalistic service for sharing temporary files." />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user