summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/plugins/webinterface/bye.tmpl
blob: 01b2bd3ebe747dd8adad003ae7e15e68978d4f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>JDownloader - WebInterface v<tmpl_var webinterface_version></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link href="jd.css" rel="stylesheet" type="text/css">
</head>

<body>
<div id="message">
JD will be shut down now ... Good Bye
</div>
</body>
</html>