all repos — site @ cbe19671b8758cf9f4b62dd076c329ef91421e1d

source for my site, found at icyphox.sh

feat: add favicon
Anirudh icyph0x@pm.me
Thu, 09 Aug 2018 22:47:05 +0530
commit

cbe19671b8758cf9f4b62dd076c329ef91421e1d

parent

2ea6f9f8dbf26c4ca428533c5a00f4c9d9e6b865

2 files changed, 1 insertions(+), 0 deletions(-)

jump to
M index.htmlindex.html

@@ -1,6 +1,7 @@

<!DOCTYPE html> <html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css"> +<link rel="icon" href="/static/favicon.png" type="images/x-icon"> <meta content="Anirudh Oppiliappan" name=description> <meta name="viewport" content="initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">