mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:35:47 -04:00
Initial community commit
This commit is contained in:
26
Src/Components/wac_network/resources/pages/navCancel.htm
Normal file
26
Src/Components/wac_network/resources/pages/navCancel.htm
Normal file
@ -0,0 +1,26 @@
|
||||
<?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">Action Cancelled</h1></div>
|
||||
<!-- Error Code -->
|
||||
<div id="errorCode"><noscript>Action Cancelled</noscript></div>
|
||||
<!-- Error Description -->
|
||||
<div id="errorDesc"><p id="errorDescText">Navigation to the page has been cancelled.</p></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user