Skip to content

Commit 0c8cbd3

Browse files
committed
Update 404.html
1 parent 6fc2686 commit 0c8cbd3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

404.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,29 @@ <h2>
5858
<a href="/">
5959
<picture>
6060
<source id="logo"
61+
type="image/webp"
6162
srcset="images/jpt.webp 1280w,
6263
images/jpt960.webp 960w,
6364
images/jpt640.webp 640w,
64-
images/jpt320.webp 320w">
65+
images/jpt320.webp 320w"
66+
sizes="(width <= 320px) 320px,
67+
(width <= 640px) 640px,
68+
(width <= 960px) 960px,
69+
1280px">
6570
<img id="backup-logo"
6671
src="images/jpt.png"
6772
alt="JavaPermutationTools - A Java library for computation on permutations and sequences"
6873
width="1280"
6974
height="640"
75+
class="respimg"
7076
srcset="images/jpt.png 1280w,
7177
images/jpt960.png 960w,
7278
images/jpt640.png 640w,
73-
images/jpt320.png 320w">
79+
images/jpt320.png 320w"
80+
sizes="(width <= 320px) 320px,
81+
(width <= 640px) 640px,
82+
(width <= 960px) 960px,
83+
1280px">
7484
</picture>
7585
</a>
7686
</h2>

0 commit comments

Comments
 (0)