Custom font
This commit is contained in:
parent
fc0e59f06a
commit
ada833a8f4
11
flooder.html
11
flooder.html
@ -2,6 +2,15 @@
|
|||||||
<html>
|
<html>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<head>
|
<head>
|
||||||
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: z7;
|
||||||
|
src: url(/fonts/dosvga.ttf);
|
||||||
|
}
|
||||||
|
*{
|
||||||
|
font-family: z7
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<title>Flooder</title>
|
<title>Flooder</title>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var intervalId = 0;
|
var intervalId = 0;
|
||||||
@ -88,7 +97,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body onload="checkanchor(window.location.hash);">
|
<body onload="checkanchor(window.location.hash);">
|
||||||
Цель:<br>
|
Цель:<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>
|
Тайм-аут:<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>
|
<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>
|
Статус: <span id="running"></span><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user