winamp/Src/Components/wac_browser/resources/pages/inetDisabled.htm
2024-09-24 14:54:57 +02:00

26 lines
1.3 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Winamp Online Services Error Page</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="./winampError.css" type="text/css" media="all"/>
</head>
<body>
<!-- Container -->
<div id="errorContainer">
<!-- Icon -->
<div id="errorIcon"></div>
<!-- Error Body -->
<div id="errorBody">
<!-- Error Title -->
<div id="errorTitle"><h1 id="errorTitleText">Internet Access Is Currently Disabled</h1></div>
<!-- Error Code -->
<div id="errorCode"><noscript>Internet Access Is Currently Disabled</noscript></div>
<!-- Error Description -->
<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>
</div>
</div>
</body>
</html>