Custom font

master
zmv7 2021-10-22 00:19:41 +05:00 committed by GitHub
parent fc0e59f06a
commit ada833a8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,15 @@
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<style>
@font-face {
font-family: z7;
src: url(/fonts/dosvga.ttf);
}
*{
font-family: z7
}
</style>
<title>Flooder</title>
<script type="text/javascript">
var intervalId = 0;
@ -88,7 +97,7 @@
</head>
<body onload="checkanchor(window.location.hash);">
Цель:<br>
<input id="url" style="width:100%" type="text" value="http://"><br><br>
<input id="url" style="width:99.5%" 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>