diff options
| -rw-r--r-- | favicon.png | bin | 0 -> 1395 bytes | |||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | school.html | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/favicon.png b/favicon.png Binary files differnew file mode 100644 index 0000000..e26ffe9 --- /dev/null +++ b/favicon.png @@ -5,6 +5,7 @@ <title>cacharle</title> <link rel="stylesheet" type="text/css" href="style.css"/> <meta charset="utf-8"/> + <link rel="icon" type="image/png" href="favicon.png" /> </head> <body><div id="page-wrapper"> diff --git a/school.html b/school.html index b1749e0..2fbd69f 100644 --- a/school.html +++ b/school.html @@ -5,6 +5,7 @@ <title>cacharle</title> <link rel="stylesheet" type="text/css" href="style.css"/> <meta charset="utf-8"/> + <link rel="icon" type="image/png" href="favicon.png" /> </head> <body><div id="page-wrapper"> |
