37 lines
No EOL
1.1 KiB
HTML
37 lines
No EOL
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<meta name="referrer" content="no-referrer">
|
|
<title>Ghostgle Search</title>
|
|
</head>
|
|
<body id="main">
|
|
<div class="search-container">
|
|
<h1>Ghostgle</h1>
|
|
<form id="search-form" action="search" method="get">
|
|
<div class="search-fields" style="display:flex; flex=1">
|
|
<div class="autocomplete">
|
|
|
|
<input
|
|
type="text"
|
|
name="q"
|
|
id="search-bar"
|
|
class="home-search"
|
|
autofocus="autofocus"
|
|
autocapitalize="none"
|
|
spellcheck="false"
|
|
autocorrect="off"
|
|
autocomplete="off"
|
|
dir="auto">
|
|
</div>
|
|
<input type="submit" id="search-submit" value="Search">
|
|
</div>
|
|
</form>
|
|
|
|
</div>
|
|
<footer>
|
|
<p class="footer">
|
|
Ghostgle Search v0.0.1 ||
|
|
<a class="link" href="https://example.com">Don't View on GitHub</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html> |