-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTroubleshoot.html
29 lines (25 loc) · 1010 Bytes
/
Troubleshoot.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
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<style>
div#pageBorder {
border: 1px solid #909090;
padding: 2px 5px 0px 5px;
}
</style>
</head>
<body>
<div id="pageBorder">
<b>[Troubleshooting]</b>
<a style="float:right" href="http://www.vietpopradio.com/iRadeo/index.php">[BACK to RADIO]</a>
<ol>
<li>Is your machine volume turned on?</li>
<li>Try to <a href="http://www.vietpopradio.com/iRadeo/index.php">Refresh</a> the page to reestablish connection.</li>
<li>Does your browser play Adobe Flash? <a href= "http://www.adobe.com/products/flashplayer" target="_blank" >Download Here</a></li>
<li>Any other problems, please email to <a href="mailto:[email protected]">[email protected]</a></li>
</ol>
</div>
</body>
</html>