diff options
author | FChannel <=> | 2021-02-01 23:39:32 -0800 |
---|---|---|
committer | FChannel <=> | 2021-02-01 23:39:32 -0800 |
commit | 7df3590fe3cabd7372a739f7f70057c5d9185c23 (patch) | |
tree | 902b1df1ca15e9393ef7901fcff6d12416ea0009 /static | |
parent | 3bedb51f6a878253cfdf10ab89c67312fcd93886 (diff) |
changed to base 36 for post ids
Diffstat (limited to 'static')
-rw-r--r-- | static/favicon.png | bin | 0 -> 12901 bytes | |||
-rw-r--r-- | static/main.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 0000000..b90281e --- /dev/null +++ b/static/favicon.png diff --git a/static/main.html b/static/main.html index fc3d5ed..2f0cb40 100644 --- a/static/main.html +++ b/static/main.html @@ -3,6 +3,7 @@ <html> <meta name="viewport" content="width=device-width, initial-scale=1"> <head> + <link rel="icon" type="image/png" href="/static/favicon.png"> <title>{{ .Title }}</title> <style> a, a:link, a:visited, a:hover, a:active { |