fixing example webapp mobile view with html meta

This commit is contained in:
Akkihi 2022-06-04 14:46:28 +04:00
parent acd602d6fa
commit f2b6a50cb5
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="HandheldFriendly" content="True"/>
<meta name="robots" content="noindex,nofollow"/>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>Web App Example</title>
</head>
<body>