diff options
Diffstat (limited to 'http2/data/confirm.html')
-rw-r--r-- | http2/data/confirm.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/http2/data/confirm.html b/http2/data/confirm.html new file mode 100644 index 0000000..928764d --- /dev/null +++ b/http2/data/confirm.html @@ -0,0 +1,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? + +<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><<< Cancel</strong></a> + +<a href="stop.html?really=y"><strong>Yes, Really Quit >>></strong></a> +</td></tr> +</table> +</td></tr> +</table> + +</body></html> |