File: unsupported.html.de

package info (click to toggle)
jwchat 1.0beta2-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,200 kB
  • ctags: 405
  • sloc: xml: 462; sh: 80; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>JWC - Unsupported</title>
    <link rel="stylesheet" type="text/css" href="jwchat.css">
  </head>

  <body>
    <div style="margin:8px;">
    <h2>Sorry, your browser is not supported by this application!</h2>
    
      Please refer to the <a href="help.html#supported" target="_new">list of supported browser</a>!<br>
      If you think this is an error feel free to contact me at <a href="mailto:steve@zeank.in-berlin.de">steve@zeank.in-berlin.de</a>!
    </div>
		<hr noshade size="1" size="100%">
		<div align="right" style="padding-right: 10px;">
			<input type="submit" value="OK" onClick="window.close();">
		</div>
  </body>
</html>