2011-10-01 20:06:38 +02:00
|
|
|
<html><head>
|
2012-01-15 17:15:48 +01:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2011-10-01 20:06:38 +02:00
|
|
|
<title>%TITLE%</title>
|
|
|
|
<style>
|
2014-05-29 19:02:58 +02:00
|
|
|
html {background: #dddddd;font-family: sans-serif;color: #525c66;}
|
2016-12-31 15:08:47 +01:00
|
|
|
#box {background: #ffffff; max-width: 500px;min-width:450px;margin: 25px auto 0px auto;padding: 15px 40px 15px 40px;direction: %DIRECTION%;}
|
2012-06-26 11:49:39 +02:00
|
|
|
h1 {color: #1a4ba4;font-size: 160%;margin-top: 0px;}
|
2011-12-02 23:25:27 +01:00
|
|
|
.line {width: 400px;height: 25px;text-align: center;border: 1px solid #babcb8;}
|
|
|
|
.line:focus {border-color: #579eea;}
|
|
|
|
.submit {margin-top: 5px;}
|
|
|
|
a {color: #1a4ba4;text-decoration: none;font-weight: bold;}
|
|
|
|
.bottom {margin-top: 20px;margin-bottom: 3px;}
|
2015-11-08 22:28:01 +01:00
|
|
|
img {margin-bottom:15px;}
|
2011-10-01 20:06:38 +02:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body onload="document.getElementById('inp').focus()">
|
|
|
|
<div id="box">
|
|
|
|
<center>
|
|
|
|
|
2016-12-28 21:24:57 +01:00
|
|
|
<img src="%ABOUT-IMG%" width="200" height="155">
|
2012-06-26 11:49:39 +02:00
|
|
|
%PRIVATE-BROWSING%
|
|
|
|
<form action="https://duckduckgo.com/" method="GET">
|
|
|
|
<input type="hidden" name="t" value="qupzilla" />
|
2011-10-01 20:06:38 +02:00
|
|
|
<input class="line" id="inp" class="question" name="q"/> <br/>
|
2012-06-26 11:49:39 +02:00
|
|
|
<input class="submit" type="submit" value="%BUTTON-LABEL%">
|
2011-10-01 20:06:38 +02:00
|
|
|
</form>
|
|
|
|
|
2012-06-26 11:49:39 +02:00
|
|
|
<p class="bottom">%SEARCH-BY% | <a href="%WWW%">%ABOUT-QUPZILLA%</a></p>
|
2011-10-01 20:06:38 +02:00
|
|
|
</center>
|
|
|
|
</div>
|
|
|
|
</body></html>
|