This commit is contained in:
Harald Kuhr 2015-12-09 15:19:15 +01:00
parent 2b20d9faa3
commit ac45373f83
5 changed files with 4 additions and 0 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
gfx/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
gfx/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
gfx/favicon-96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -10,6 +10,10 @@
<title>TwelveMonkeys ImageIO by haraldk</title> <title>TwelveMonkeys ImageIO by haraldk</title>
<link rel="icon" type="image/png" sizes="32x32" href="/gfx/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/gfx/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/gfx/favicon-16x16.png">
<link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css"> <link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">