-
Notifications
You must be signed in to change notification settings - Fork 1
/
console.html
38 lines (30 loc) · 1.38 KB
/
console.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>P4ssaro Search - Console Version</title>
<link rel="icon" type="x-icon" href="pássaro.png">
<style>
*{font-family: 'Courier New', Courier, monospace;} /* for stupid people that for some reason are using a graphical browser (chromium, webkit, gecko, etc) and not a console/text based one */
</style>
</head>
<body>
<main align="center">
<p align="right">.</p><br><p align="left">.</p><br><p align="right">.</p><br><p align="left"><br><p align="left">.</p>
<p align="center">+----------------------------------+ <br> | p4ssaro search - console version | <br> +----------------------------------+</p>
<br>
<div class="search-container">
<form action="" method="get">
<div align="center">
[<input type="text" name="q" placeholder="wtf r u doing here??">]
<button type="submit">[ submit ]</button><br>
</div>
</form>
</div>
<br>
<p align="center"><br> +----------------------------------+ <br> | <a href="/index/">graphic version</a> or <a href="/docs/">documentation</a> | <br> +----------------------------------+</p>
<br>
<p align="center"><br> +----------------------------------+ <br> | made by <a href="https://pyrbor.bearblog.dev">Pyrbor</a>, Northeast Brazil | <br> +----------------------------------+</p>
</main>
<script src="searchengines.js"></script>
</body>
</html>