diff options
author | knolax <1339802534.kk@gmail.com> | 2018-01-09 19:27:44 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2018-01-09 19:27:44 -0500 |
commit | ecd8e225ac9c09b6e9e78558f2412c1fa144c62b (patch) | |
tree | 8f95e305e8925f692dc2331af32521a8c68e8e77 /index.html | |
parent | 0d9a8b250d4d1cdaf3474a1ef803bc07a0d8de6d (diff) |
added favicon
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ <!DOCTYPE html> <head> <title>Home</title> -<meta charset="utf-8"> -<link rel="stylesheet" href="style.css"> +<meta charset="utf-8"/> +<link rel="stylesheet" href="style.css"/> +<link rel="icon" type="image/png" href="img/fav/logo.png"/> </head> <body> <div class="content"> |