This repository has been archived on 2024-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
PrivacyHex/views/index.html

27 lines
609 B
HTML
Raw Normal View History

2023-10-13 13:44:47 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PrivacyHex</title>
</head>
<body>
<main>
<div class="logo">
<span class="logo-text">Privacy</span>
</div>
<form action="/goto" method="get">
<label>
<input type="text" name="q" placeholder="Search query or URL">
</label>
<label>
<input type="clear">
</label>
<label>
<input type="submit">
</label>
</form>
</main>
</body>
</html>