CINXE.COM

Message

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>Message</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <style type="text/css"> body { line-height: 3.4; font-size: 16px; } .showMsg { max-width: 520px; width: 90%; margin: 200px auto 0; overflow: hidden; text-align: center; } .success { border-top: 5px solid #5bc0de; background: #f4f8fa; color: #5bc0de; } .error { color: #ede9e9; background-color: #5d5d5d; border-top: 20px solid #b02e2c; } .error .box {} .showMsg .box { border: 1px solid #eee; border-top: 0; } .showMsg .content { padding: 20px; font-size: 12px; font: 400 20px Roboto; } a:link, a:visited { text-decoration: none; color: #db3330; } a:hover, a:active { color: #b02e2c; text-decoration: underline; } .showMsg .bottom { font-size: 14px; padding: 8px; text-align: center; } </style> <script type="text/javaScript" src="https://www.xpeedic.com/statics/js/jquery.min.js"></script> <script language="JavaScript" src="https://www.xpeedic.com/statics/js/admin_common.js"></script> </head> <body> <div class="showMsg error"> <div class="box"> <div class="content">Info does not exist</div> <div class="bottom"> </div> </div> </div> <script style="text/javascript"> function close_dialog() { window.top.location.reload();window.top.art.dialog({id:""}).close(); } </script> </body> </html>