diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 12:30:48 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 12:30:48 +0100 |
| commit | 1b94453d263eaa733b636f8082b9eccfddde3562 (patch) | |
| tree | 8097f13f82ef4c8b56233b0ba8933c4b9abffed1 /content/html/resources.html | |
| parent | f7e6b7c9a9f5b290bfcc663169323a6f7c5c84ca (diff) | |
Use HTTPS instead of HTTP
Diffstat (limited to 'content/html/resources.html')
| -rw-r--r-- | content/html/resources.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/resources.html b/content/html/resources.html index b873ef20..27ac4ca3 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -3,7 +3,7 @@ <head> <title>buetow.org - Having fun with computers!</title> <meta charset='utf-8'> -<link rel="shortcut icon" type="image/gif" href="http://buetow.org/favicon.ico"/ > +<link rel="shortcut icon" type="image/gif" href="https://buetow.org/favicon.ico"/ > <style> body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; } img { display: block; max-width: 70%;} |
