From 77dd2cc4e30695d1ee44fea529680a4d2b85ea24 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 13 Sep 2019 17:15:26 +0900 Subject: [PATCH] Fix favicon link (#172) --- basics/static/404.html | 21 ++++++++++++++------- basics/static/welcome.html | 19 +++++++++++++------ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/basics/static/404.html b/basics/static/404.html index 8b285668..e140a1d9 100644 --- a/basics/static/404.html +++ b/basics/static/404.html @@ -1,7 +1,14 @@ -actix - basics - - - back to home -

404

- - + + + + + actix - basics + + + + + back to home +

404

+ + + \ No newline at end of file diff --git a/basics/static/welcome.html b/basics/static/welcome.html index 48bf3cfe..a5c76c81 100644 --- a/basics/static/welcome.html +++ b/basics/static/welcome.html @@ -1,6 +1,13 @@ -actix - basics - - -

Welcome

- - + + + + + actix - basics + + + + +

Welcome

+ + + \ No newline at end of file