File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ api_version: 1
5
5
threadsafe : true
6
6
7
7
handlers :
8
+ - url : /favicon\.ico
9
+ static_files : website/static/favicon.ico
10
+ upload : website/static/favicon\.ico
8
11
- url : /
9
12
static_files : index.html
10
13
upload : index.html
Original file line number Diff line number Diff line change 16
16
< span class ="icon-bar "> </ span >
17
17
< span class ="icon-bar "> </ span >
18
18
</ button >
19
- < a class ="navbar-brand " href ="# "> Lizard < em > code complexity analyzer</ em > </ a >
19
+ < a href ="/ " class ="nav-brand navbar-left ">
20
+ < img src ="website/static/img/logo.png " style ="width:40px; " />
21
+ </ a >
22
+ < a class ="navbar-brand " href ="# ">
23
+ Lizard < em > code complexity analyzer</ em > </ a >
24
+
20
25
</ div >
21
26
< div class ="navbar-collapse collapse ">
22
27
< ul class ="nav navbar-nav navbar-right ">
You can’t perform that action at this time.
0 commit comments