Skip to content

Commit 090060a

Browse files
committed
compressed banner image
1 parent ca64d3d commit 090060a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

hicbrowser/client/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<body>
1818

19-
<header class="intro-header" style="background-image: url(../static/img/banner.png)">
19+
<header class="intro-header" style="background-image: url(../static/img/banner.jpg)">
2020
<div class="row">
2121
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
2222
<div class="site-heading">

hicbrowser/static/img/banner.jpg

22.5 KB
Loading

hicbrowser/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body>
1616

17-
<header class="intro-header" style="background-image: url(../static/img/banner.png)">
17+
<header class="intro-header" style="background-image: url(../static/img/banner.jpg)">
1818
<div class="row">
1919
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
2020
<div class="site-heading">

0 commit comments

Comments
 (0)