HTML templates
This commit is contained in:
parent
7b06cbf939
commit
32a9853d1c
4 changed files with 53 additions and 4 deletions
26
views/index.html
Normal file
26
views/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!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>
|
Reference in a new issue