~alcinnz/Hearth

ref: 4e15670910c6c8993103edc00b23f240b170cfa1 Hearth/tpl/index.html -rw-r--r-- 237 bytes
4e156709 — Adrian Cochrane Upload missing files, implement TopSites backend! 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8 />
  <title>{{ _["Homepage"] }}</title>
</head>
<body>
  <form method="POST">
    <p><input type="url" name="url" placeholder="{{ _['Web Address'] }}" required /></p>
  </form>
</body>