40 lines
797 B
HTML
40 lines
797 B
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>
|
|
|
|
<p class="proxyDescription">Search the web without restrictions</p>
|
|
|
|
<form id="wpf">
|
|
<input class="proxyinput" type="text" id="query" placeholder="URL or Search Query" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<!--el:discord_widget-->
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
<!--el:{{mode === 'dev'}}:development-->
|
|
|
|
</body>
|
|
|
|
</html>
|