+4
static/favicon.svg
+4
static/favicon.svg
+3
-1
templates/dashboard.html
+3
-1
templates/dashboard.html
···
8
8
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
9
9
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
10
10
<link rel="manifest" href="/static/manifest.json">
11
-
<link rel="icon" type="image/svg+xml" href="/static/icon.svg">
11
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
12
+
<link rel="icon" type="image/png" href="/static/icon-192.png">
13
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
12
14
<meta name="theme-color" content="#1e88e5">
13
15
<style>
14
16
.container {
+8
-1
templates/docs.html
+8
-1
templates/docs.html
···
9
9
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
10
10
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
11
11
<link rel="manifest" href="/static/manifest.json">
12
-
<link rel="icon" type="image/svg+xml" href="/static/icon.svg">
12
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
13
+
<link rel="icon" type="image/png" href="/static/icon-192.png">
14
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
13
15
<meta name="theme-color" content="#1e88e5">
14
16
<style>
15
17
.container {
···
110
112
<footer class="container">
111
113
<p style="text-align: center; color: var(--pico-muted-color); font-size: 0.875rem;">
112
114
Made with ❤ in PDX!
115
+
</p>
116
+
<p style="text-align: center; font-size: 0.875rem;">
117
+
<a href="/docs/privacy" style="color: var(--pico-muted-color); text-decoration: none;">Privacy Policy</a>
118
+
<span style="color: var(--pico-muted-color); margin: 0 0.5rem;">•</span>
119
+
<a href="/docs/terms" style="color: var(--pico-muted-color); text-decoration: none;">Terms of Service</a>
113
120
</p>
114
121
<p class="version-info" style="text-align: center; color: var(--pico-muted-color); font-size: 0.75rem;">
115
122
{{getVersion}}-{{getCommitID}}
+2
templates/landing.html
+2
templates/landing.html
···
33
33
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
34
34
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
35
35
<link rel="manifest" href="/static/manifest.json">
36
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
36
37
<link rel="icon" type="image/png" href="/static/icon-192.png">
38
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
37
39
<meta name="theme-color" content="#1e88e5">
38
40
<style>
39
41
.container {
+8
-1
templates/list-detail.html
+8
-1
templates/list-detail.html
···
8
8
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
9
9
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
10
10
<link rel="manifest" href="/static/manifest.json">
11
-
<link rel="icon" type="image/svg+xml" href="/static/icon.svg">
11
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
12
+
<link rel="icon" type="image/png" href="/static/icon-192.png">
13
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
12
14
<meta name="theme-color" content="#1e88e5">
13
15
<style>
14
16
.container {
···
562
564
<footer class="container">
563
565
<p style="text-align: center; color: var(--pico-muted-color); font-size: 0.875rem;">
564
566
Made with ❤ in PDX!
567
+
</p>
568
+
<p style="text-align: center; font-size: 0.875rem;">
569
+
<a href="/docs/privacy" style="color: var(--pico-muted-color); text-decoration: none;">Privacy Policy</a>
570
+
<span style="color: var(--pico-muted-color); margin: 0 0.5rem;">•</span>
571
+
<a href="/docs/terms" style="color: var(--pico-muted-color); text-decoration: none;">Terms of Service</a>
565
572
</p>
566
573
<p class="version-info" style="text-align: center; color: var(--pico-muted-color); font-size: 0.75rem;">
567
574
{{getVersion}}-{{getCommitID}}
+7
templates/public-list.html
+7
templates/public-list.html
···
22
22
23
23
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
24
24
<link rel="manifest" href="/static/manifest.json">
25
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
25
26
<link rel="icon" type="image/png" href="/static/icon-192.png">
27
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
26
28
<meta name="theme-color" content="#1e88e5">
27
29
<style>
28
30
.container {
···
197
199
<footer class="container">
198
200
<p style="text-align: center; color: var(--pico-muted-color); font-size: 0.875rem;">
199
201
Made with ❤ in PDX!
202
+
</p>
203
+
<p style="text-align: center; font-size: 0.875rem;">
204
+
<a href="/docs/privacy" style="color: var(--pico-muted-color); text-decoration: none;">Privacy Policy</a>
205
+
<span style="color: var(--pico-muted-color); margin: 0 0.5rem;">•</span>
206
+
<a href="/docs/terms" style="color: var(--pico-muted-color); text-decoration: none;">Terms of Service</a>
200
207
</p>
201
208
<p class="version-info" style="text-align: center; color: var(--pico-muted-color); font-size: 0.75rem;">
202
209
{{getVersion}}-{{getCommitID}}