50 lines
1.2 KiB
HTML
50 lines
1.2 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>
|
|
|
|
<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>
|
|
<br>
|
|
<br>
|
|
<div class="centered">
|
|
<button onclick="joinDiscord()">Join Our Discord (more links)</button>
|
|
</div>
|
|
</div>
|
|
|
|
<br>
|
|
<!--el:discord_widget-->
|
|
|
|
<script src="/assets/js/main.js" type="module"></script>
|
|
<script>
|
|
function joinDiscord() {
|
|
var url = "https://discord.gg/skool-community-950407933408198717";
|
|
var input = document.getElementById('query');
|
|
input.value = url;
|
|
}
|
|
</script>
|
|
<!--el:{{mode === 'dev'}}:development-->
|
|
|
|
</body>
|
|
|
|
</html>
|