mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 08:57:55 +00:00
set viewport for mobile
This commit is contained in:
parent
d14b212568
commit
689ba3a8f9
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ $request_url = filter_var($_SERVER["PHP_SELF"], FILTER_SANITIZE_URL);
|
||||||
|
|
||||||
if ($request_url === "/") {
|
if ($request_url === "/") {
|
||||||
send_response(200, "
|
send_response(200, "
|
||||||
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Codeberg Pages</title>
|
<title>Codeberg Pages</title>
|
||||||
|
|
Loading…
Reference in a new issue