add favicon
This commit is contained in:
parent
7299a57c89
commit
dfc4b74cd3
3 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
BIN
icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue