diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-16 04:38:23 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-16 04:38:23 +0100 |
commit | c04b08769bce48387d68eb47e691f5235129b582 (patch) | |
tree | 72304ebc61c108fd00629bf6499bf58239a3e4c6 | |
parent | 25006ece6178292dfbaa485bc480b89ab9e8f059 (diff) |
add favicon
-rw-r--r-- | src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 0a6ca28..395516f 100644 --- a/src/index.html +++ b/src/index.html @@ -2,6 +2,7 @@ <html lang="en"><head> <meta charset="utf-8" /> <title>nomath.org</title> + <link rel="icon" href="https://static.nomath.org/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> /* fonts */ |