blob: 61bf64a1221cdce48e360792ab2c2b68a931f638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body style="background:white">
<div align="center" style="width:98%; padding:5px; background:white; border-bottom: medium solid lightgrey;">
<form method="get" action="?url=#[proxyurl]#">
<button name="exit" onclick="parent.location='#[proxyurl]#'">YaCy stop proxy</button>
#(httpsAlertMsg)#:: - <span style='color:red'>(Warning: secure target viewed over normal http)</span>#(/httpsAlertMsg)#
#(allowbookmark)#::<input type="hidden" name="bookmark" value="#[proxyurl]#">
<input type="submit" name="addbookmark" value="add bookmark">#(/allowbookmark)#
</form>
</div>
</body>
</html>
|