File indexing completed on 2024-12-22 04:41:05
0001 <html><head> 0002 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 0003 <title>%TITLE%</title> 0004 <style> 0005 html {font-family: sans-serif;} 0006 #box {max-width: 500px;min-width:450px;margin: 25px auto 0px auto;padding: 15px 40px 15px 40px;direction: %DIRECTION%;} 0007 h1 {font-size: 160%;margin-top: 0px;} 0008 .line {width: 400px;height: 25px;text-align: center;border: 1px solid;} 0009 .submit {margin-top: 5px;} 0010 a {text-decoration: none;font-weight: bold;} 0011 .bottom {margin-top: 20px;margin-bottom: 3px;} 0012 img {margin-bottom:15px;} 0013 0014 @media (prefers-color-scheme: light) { 0015 html {background: #dddddd;color: #525c66;} 0016 #box {background: #ffffff;} 0017 h1, a {color: #1a4ba4;} 0018 .line {border-color: #babcb8;} 0019 .line:focus {border-color: #579eea;} 0020 .dark {display: none;} 0021 } 0022 @media (prefers-color-scheme: dark) { 0023 html {background: #070709;color: #dddddd;} 0024 #box {background: #171717;} 0025 h1, a {color: #0078d7;} 0026 .line {background-color: #070709;color: white;border-color: #555;} 0027 .line:focus {border-color: #1a4ba4;} 0028 .light {display: none;} 0029 } 0030 </style> 0031 </head> 0032 <body onload="document.getElementById('inp').focus()"> 0033 <div id="box"> 0034 <center> 0035 0036 <img class="light" src="%ABOUT-IMG%" width="250"> 0037 <img class="dark" src="%ABOUT-IMG-DARK%" width="250"> 0038 %PRIVATE-BROWSING% 0039 <form action="https://duckduckgo.com/" method="GET"> 0040 <input type="hidden" name="t" value="qupzilla" /> 0041 <input class="line" id="inp" class="question" name="q"/> <br/> 0042 <input class="submit" type="submit" value="%BUTTON-LABEL%"> 0043 </form> 0044 0045 <p class="bottom">%SEARCH-BY% | <a href="%WWW%">%ABOUT-FALKON%</a></p> 0046 </center> 0047 </div> 0048 </body></html>