-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
36 lines (29 loc) · 1.28 KB
/
error.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="javascript/common.js"></script>
<title>Error Page</title>
</head>
<body>
<h3>Error Page</h3>
<hr>
<b>ATTENTION: </b>You have been redirected here because your current browser is not compatible with VietPopRadio.
<script type="text/javascript">
BrowserDetect.init();
document.write("<ul>");
document.write("<li>Browser Name: " + BrowserDetect.browser + "</li>");
document.write("<li>Version: " + BrowserDetect.version + "</li>");
document.write("</ul>");
</script>
<hr>
**Please download one of the supported browsers below to enjoy VietPopRadio:
<ul>
<li><a href="http://www.google.com/chrome/intl/en/landing_chrome.html?hl=en">Google Chrome</a></li>
<li><a href="http://www.microsoft.com/uk/windows/internet-explorer/thank-you.aspx">Internet Explorer 8</a></li>
<li><a href="http://www.mozilla.com/en-US/products/download.html">Firefox Mozzilla</a></li>
</ul>
<br><br>
Any other problems, please email to <a href="mailto:[email protected]">[email protected]</a>
</html>