summaryrefslogtreecommitdiff
path: root/http2/data/confirm.html
blob: 928764dd1567061205be0d37c0cb8fb0e26e7b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>See you</title>
</head>
<body text="#000000" bgcolor="#C04040" link="#800000" vlink="#800000" alink="#800000">

<h1>Confirmation</h1>

<p>%(count > 1 and ('There are %d clients'%count) or 'There is a client')s
still connected to your server.</p>

<p>Are you sure you want to stop the server now?
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="lbab.png">
</p>

<br>

<table width="100%%" border=0>
<tr><td bgcolor="#FF8080">
<table border=0>
<tr><td>
<a href="index.html"><strong>&lt;&lt;&lt; Cancel</strong></a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="stop.html?really=y"><strong>Yes, Really Quit &gt;&gt;&gt;</strong></a>
</td></tr>
</table>
</td></tr>
</table>

</body></html>