summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/plugins/webinterface/nojs.tmpl
blob: d8ae222ee9002a3bbb3db184f0c4d2031b78fa02 (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">
<A href="index.tmpl" target="_self">You need to have JavaScript enabled. Click here after you have enabled JavaScript in your WebBrowser.</A>
</div>
</body>
</html>