Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af62262

Browse files
committed
Changed jpg to webp to optimize google SEO
1 parent 0d24ec9 commit af62262

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

images/libdebug_logo_horiz.webp

166 KB
Binary file not shown.
245 KB
Binary file not shown.

images/libdebug_logo_overlayed.webp

281 KB
Binary file not shown.

images/libdebug_logo_vert.webp

337 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<body>
6464
<div class="container">
6565
<a href="https://github.com/libdebug/libdebug">
66-
<img src="./images/libdebug_logo_horiz.jpg" alt="libdebug Logo" class="logo">
67-
<img src="./images/libdebug_logo_vert.jpg" alt="libdebug Logo Vertical" class="logo-vertical">
66+
<img src="./images/libdebug_logo_horiz.webp" alt="libdebug Logo" class="logo">
67+
<img src="./images/libdebug_logo_vert.webp" alt="libdebug Logo Vertical" class="logo-vertical">
6868
</a>
6969
<p>
7070
A Python library to debug binary executables your own way.

0 commit comments

Comments
 (0)