Show Source00001 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
00002 <html>
00003 <head>
00004 <title>401 UnAuthorized</title>
00005 <style>
00006 .main{
00007 background:#EDF6FD none repeat scroll 0%;
00008 border:2px solid #0366C9;
00009 display:block;
00010 height:100%;
00011 margin-bottom:5px;
00012 padding-left:5px;
00013 position:relative;
00014 height:100px;
00015 margin: 5%;
00016 text-align: center;
00017 font-family: Verdana,sans-serif;
00018 }
00019 .main h4{
00020 color: #0366C9;
00021 }
00022 </style>
00023 </head>
00024 <body>
00025 <div class="main">
00026 <h4>401 Error</h4>{{0}}
00027 </div>
00028 </body>
00029 </html>