Add viewport meta tag for mobile friendly chat
This commit is contained in:
2
chat.php
2
chat.php
@ -316,7 +316,7 @@ function credit() : string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function meta_html() : string {
|
function meta_html() : string {
|
||||||
return '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="referrer" content="no-referrer">';
|
return '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="referrer" content="no-referrer"><meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">';
|
||||||
}
|
}
|
||||||
|
|
||||||
function form(string $action, string $do='') : string {
|
function form(string $action, string $do='') : string {
|
||||||
|
Reference in New Issue
Block a user