mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
whitespace
This commit is contained in:
parent
ee3c769a7d
commit
e3cf71f1dc
1 changed files with 5 additions and 1 deletions
|
|
@ -480,9 +480,12 @@
|
|||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="robots" content="noindex" /> <title>~</title>
|
||||
<meta name="robots" content="noindex" />
|
||||
|
||||
<title>~</title>
|
||||
|
||||
<div class="center"><time class="clock" id="clock"></time></div>
|
||||
|
||||
<form
|
||||
autocomplete="off"
|
||||
class="center overlay search-form"
|
||||
|
|
@ -494,6 +497,7 @@
|
|||
<ul class="search-suggestions" id="search-suggestions"></ul>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<aside class="center help overlay" id="help"></aside>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue