diff options
-rw-r--r-- | source/99_result/favicon.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | utility/master.xsl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source/99_result/favicon.ico b/source/99_result/favicon.ico Binary files differdeleted file mode 100644 index f5a9ac4..0000000 --- a/source/99_result/favicon.ico +++ /dev/null diff --git a/utility/master.xsl b/utility/master.xsl index cf348e3..5f6d29e 100644 --- a/utility/master.xsl +++ b/utility/master.xsl @@ -26,8 +26,8 @@ <meta name="viewport" content="width=device-width,initial-scale=1.0"/> <link rel="stylesheet" type="text/css" href="/main.css" /> - <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <link rel='alternate' type='application/atom+xml' href='/atom.xml'/> + <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22256%22 height=%22256%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2220%22 fill=%22%23ff8800%22></rect><path d=%22%22 fill=%22%23fff%22></path></svg>"/> <xsl:if test="//*[(self::p or self::span) and @class = 'math']"> <link rel="stylesheet" type="text/css" href="https://static.kummerlaender.eu/katex/katex.min.css" /> |