inetDisabled.htm 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Winamp Online Services Error Page</title>
  6. <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  7. <meta http-equiv="Content-Style-Type" content="text/css" />
  8. <link rel="stylesheet" href="./winampError.css" type="text/css" media="all"/>
  9. </head>
  10. <body>
  11. <!-- Container -->
  12. <div id="errorContainer">
  13. <!-- Icon -->
  14. <div id="errorIcon"></div>
  15. <!-- Error Body -->
  16. <div id="errorBody">
  17. <!-- Error Title -->
  18. <div id="errorTitle"><h1 id="errorTitleText">Internet Access Is Currently Disabled</h1></div>
  19. <!-- Error Code -->
  20. <div id="errorCode"><noscript>Internet Access Is Currently Disabled</noscript></div>
  21. <!-- Error Description -->
  22. <div id="errorDesc"><p id="errorDescText">Winamp has been configured to not access the internet which is why you are seeing this page.<br><br>If this is not intended or you would like to re-enable Winamp's internet access, this can be done by going to <b>Preferences</b> -> <b>General Preferences</b> -> Change '<b>Internet Connection Settings</b>' to a setting other than '<b>Not connected to the internet</b>' and then refresh this page.</p></div>
  23. </div>
  24. </div>
  25. </body>
  26. </html>