File indexing completed on 2024-05-19 05:01:19

0001 <html>
0002 <head>
0003 <meta charset="UTF-8" />
0004 <title>%1</title>
0005 <style>
0006 body {
0007   padding: 3em 0em;
0008   background: #eeeeee;
0009   color: black;
0010 }
0011 img {
0012   float: left;
0013 }
0014 #box {
0015   background: white;
0016   border: 1px solid lightgray;
0017   display: inline-block;
0018   padding: 60px;
0019   margin: auto;
0020   text-align: start;
0021 }
0022 #outer {
0023   background: white;
0024   width: 100%;
0025   text-align: center;
0026 }
0027 h1 {
0028   font-size: 130%;
0029   font-weight: bold;
0030   border-bottom: 1px solid lightgray;
0031   margin-left: 96px;
0032 }
0033 h2 {
0034   font-size: 100%;
0035   font-weight: normal;
0036   border-bottom: 1px solid lightgray;
0037   margin-left: 96px;
0038   margin-bottom: 15px;
0039 }
0040 h3 {
0041   font-size: 90%;
0042   font-weight: bold;
0043 }
0044 ul {
0045   font-size: 80%;
0046   padding-left: 48px;
0047   margin: 0;
0048 }
0049 p {
0050   font-size: 80%;
0051 }
0052 </style>
0053 </head>
0054 <body dir="%2">
0055   <div id="outer">
0056   <div id="box">
0057     <img alt="warning icon" src="%3"/>
0058 %4
0059   </div>
0060   </div>
0061 </body>
0062 </html>