Test meta name viewport

master
zmv7 2021-10-21 23:59:21 +05:00 committed by GitHub
parent cfd3bc08e7
commit d930c743d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<!doctype html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>Flooder</title>
<script type="text/javascript">
@ -87,7 +88,7 @@
</head>
<body onload="checkanchor(window.location.hash);">
Цель:<br>
<input id="url" size="100" type="text" value="http://"><br><br>
<input id="url" style="width:100%" type="text" value="http://"><br><br>
Тайм-аут:<br><input id="wait" type="text" value="10"> мс<br><br>
<input value="Старт" id="start" onclick="startPings()" type="button"><input value="Стоп" id="stop" onclick="stopPings()" disabled="disabled" type="button"><br><br>
Статус: <span id="running"></span><br>