Skip to content

Commit afb66fa

Browse files
committed
Update 404.html
1 parent 1eba2ef commit afb66fa

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

404.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,24 @@ <h2>
5959
<picture>
6060
<source id="logo"
6161
type="image/webp"
62-
srcset="images/jpt.webp 1280w,
63-
images/jpt960.webp 960w,
64-
images/jpt640.webp 640w,
65-
images/jpt320.webp 320w"
62+
srcset="/images/jpt.webp 1280w,
63+
/images/jpt960.webp 960w,
64+
/images/jpt640.webp 640w,
65+
/images/jpt320.webp 320w"
6666
sizes="(width <= 320px) 320px,
6767
(width <= 640px) 640px,
6868
(width <= 960px) 960px,
6969
1280px">
7070
<img id="backup-logo"
71-
src="images/jpt.png"
71+
src="/images/jpt.png"
7272
alt="JavaPermutationTools - A Java library for computation on permutations and sequences"
7373
width="1280"
7474
height="640"
7575
class="respimg"
76-
srcset="images/jpt.png 1280w,
77-
images/jpt960.png 960w,
78-
images/jpt640.png 640w,
79-
images/jpt320.png 320w"
76+
srcset="/images/jpt.png 1280w,
77+
/images/jpt960.png 960w,
78+
/images/jpt640.png 640w,
79+
/images/jpt320.png 320w"
8080
sizes="(width <= 320px) 320px,
8181
(width <= 640px) 640px,
8282
(width <= 960px) 960px,
@@ -88,7 +88,7 @@ <h2>
8888
<input type="checkbox" id="toggle">
8989
<label for="toggle" id="menu-icon">&#9776;</label>
9090
<div><a href="/">Home</a></div>
91-
<div><a href="api/org.cicirello.jpt/module-summary.html">Documentation</a></div>
91+
<div><a href="/api/org.cicirello.jpt/module-summary.html">Documentation</a></div>
9292
<div><a href="https://github.com/cicirello/JavaPermutationTools">Source Code</a></div>
9393
<div><a href="https://central.sonatype.com/artifact/org.cicirello/jpt/">Maven Central</a></div>
9494
<div><a href="https://github.com/cicirello/jpt-examples">Example Programs</a></div>
@@ -97,9 +97,9 @@ <h2>
9797
<div><a href="https://www.cicirello.org/">Author</a></div>
9898
</nav>
9999
<div class="centered">
100-
<a href="https://github.com/sponsors/cicirello"><img src="images/github-sponsors.svg" alt="GitHub Sponsors" width="107" height="28"></a>
101-
<a href="https://liberapay.com/cicirello"><img src="images/Liberapay.svg" alt="Sponsor on Liberapay" width="119" height="28"></a>
102-
<a href="https://ko-fi.com/cicirello"><img src="images/ko-fi.svg" alt="Sponsor on Ko-Fi" width="82" height="28"></a>
100+
<a href="https://github.com/sponsors/cicirello"><img src="/images/github-sponsors.svg" alt="GitHub Sponsors" width="107" height="28"></a>
101+
<a href="https://liberapay.com/cicirello"><img src="/images/Liberapay.svg" alt="Sponsor on Liberapay" width="119" height="28"></a>
102+
<a href="https://ko-fi.com/cicirello"><img src="/images/ko-fi.svg" alt="Sponsor on Ko-Fi" width="82" height="28"></a>
103103
</div>
104104
</header>
105105
<article>

0 commit comments

Comments
 (0)