mirror of
https://github.com/abakh/nbsdgames
synced 2025-05-12 15:09:33 -04:00
35 lines
893 B
HTML
35 lines
893 B
HTML
<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>
|