1
0
Fork 0

add favicon

This commit is contained in:
Rhiannon Morris 2020-06-30 19:32:33 +02:00
parent 7299a57c89
commit dfc4b74cd3
3 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FONTS = $(shell find fonts -type f)
CSS = style.css
PAGES = index.html
IMAGES = mlem.gif
IMAGES = mlem.gif icon.png
all: $(patsubst %,_build/%,$(FONTS) $(CSS) $(PAGES) $(IMAGES))

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -2,6 +2,8 @@
<html lang=en>
<meta charset=utf-8>
<link rel=icon href=icon.png>
<link rel=stylesheet href=style.css>
<title>web site more like web shite haha gottem</title>