Icons, colors, homepage design
This commit is contained in:
parent
072b28e618
commit
a01850cab0
6 changed files with 90 additions and 5 deletions
|
@ -4,20 +4,24 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PrivacyHex</title>
|
||||
<link rel="stylesheet" href={{ GetAsset "theme.css" }}>
|
||||
<link rel="stylesheet" href={{ GetAsset "index.css" }}>
|
||||
<link rel="stylesheet" href={{ GetAsset "icon.css" }}>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div class="logo">
|
||||
<span class="logo-text">Privacy</span>
|
||||
<span class="logo-hex icon"></span>
|
||||
</div>
|
||||
<form action="/goto" method="get">
|
||||
<label>
|
||||
<input type="text" name="q" placeholder="Search query or URL">
|
||||
</label>
|
||||
<label>
|
||||
<input type="clear">
|
||||
<label class="input-clear">
|
||||
<input type="reset">
|
||||
</label>
|
||||
<label>
|
||||
<label class="input-submit">
|
||||
<input type="submit">
|
||||
</label>
|
||||
</form>
|
||||
|
|
Reference in a new issue