Files
Polaris/static/search.html
T
2024-01-17 02:12:42 -05:00

60 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!--el:meta-->
<!--el:adtop-->
<!--el:analytics-->
<link rel="stylesheet" href="/assets/css/main.css">
<title>Search | Polaris</title>
</head>
<body>
<!--el:navbar-->
<!--el:sidebar-->
<div class="content">
<div class="container centered">
<h1 class="title">Proxy</h1>
<text class="proxyDescription">Access the World Wide Web with no restrictions</text>
<form id="wpf">
<input class="proxyinput" type="text" id="query" placeholder="URL or Search Query" />
</form>
</div>
</div>
<br>
<br>
<div id="largebillboard1"></div>
<script>
window['nitroAds'].createAd('largebillboard1', {
"refreshTime": 30,
"renderVisibleOnly": true,
"sizes": [
[
"970",
"250"
]
],
"report": {
"enabled": true,
"icon": true,
"wording": "Report Ad",
"position": "top-right"
}
});
</script>
<!--el:discord_widget-->
<script src="/assets/js/main.js" type="module"></script>
<!--el:{{mode === 'dev'}}:development-->
</body>
</html>