diff --git a/Makefile b/Makefile index 53021fa..c2e772a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -CSS = $(wildcard *.css) $(shell find fonts -type f) +CSS = $(wildcard style/*.css) $(shell find fonts -type f) PAGES = index.html pubkey.txt MEDIA = \ $(wildcard media/*.png) $(wildcard media/*.gif) $(wildcard media/*.webp) \ $(wildcard media/flags/*) $(wildcard media/buttons/*) \ $(wildcard media/icons/*) $(wildcard media/bg/*) 8831.png 8831-quox.png -SCRIPTS = $(patsubst %.ts,%.js,$(wildcard *.ts)) +SCRIPTS = $(patsubst %.ts,%.js,$(wildcard script/*.ts)) MISC = $(shell find .well-known -type f) ALL = $(CSS) $(PAGES) $(MEDIA) $(SCRIPTS) $(MISC) diff --git a/index.html b/index.html index b1955db..eb90d20 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@ - - - + + + @@ -26,8 +26,8 @@ --> - - + +