Skip to content

Commit a3938c9

Browse files
committed
add logo
1 parent b9825e7 commit a3938c9

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

app.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ api_version: 1
55
threadsafe: true
66

77
handlers:
8+
- url: /favicon\.ico
9+
static_files: website/static/favicon.ico
10+
upload: website/static/favicon\.ico
811
- url: /
912
static_files: index.html
1013
upload: index.html

index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
<span class="icon-bar"></span>
1717
<span class="icon-bar"></span>
1818
</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+
2025
</div>
2126
<div class="navbar-collapse collapse">
2227
<ul class="nav navbar-nav navbar-right">

website/static/favicon.ico

1.12 KB
Binary file not shown.

website/static/img/logo.png

44.4 KB
Loading

0 commit comments

Comments
 (0)