add scuffed favicon

This commit is contained in:
2022-10-28 11:23:02 -06:00
parent e13348c8ae
commit d2ed53b167
3 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -14,6 +14,7 @@ let () =
@@ Dream.logger @@ Dream.logger
@@ Dream.router [ @@ Dream.router [
Dream.get "/static/**" @@ Dream.static "static"; Dream.get "/static/**" @@ Dream.static "static";
Dream.get "/favicon.ico" @@ Dream.from_filesystem "static" "favico.png";
Dream.get "/" @@ (fun _ -> Render.render_index ()); Dream.get "/" @@ (fun _ -> Render.render_index ());
Dream.get "/resume" @@ Dream.from_filesystem "html" "resume.html"; Dream.get "/resume" @@ Dream.from_filesystem "html" "resume.html";
Dream.get "/philosophy" @@ Dream.from_filesystem "html" "philosophy.html"; Dream.get "/philosophy" @@ Dream.from_filesystem "html" "philosophy.html";

BIN
static/favico.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB