better image compression
This commit is contained in:
parent
a70083be49
commit
9bb46a6501
BIN
assets/icon.png
BIN
assets/icon.png
Binary file not shown.
Before Width: | Height: | Size: 2.3 MiB |
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
Binary file not shown.
Before Width: | Height: | Size: 934 KiB |
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
Binary file not shown.
Before Width: | Height: | Size: 166 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="icon" href="/assets/icon.png">
|
||||
<link rel="icon" href="/assets/icon.webp">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="canonical" href="https://min.rip">
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
<div id="bordeur"></div>
|
||||
<main>
|
||||
<div id="floats">
|
||||
<img src="/assets/icon.png" alt="my avatar" id="icon">
|
||||
<img src="/assets/icon.webp" alt="my avatar" id="icon">
|
||||
<div id="yapping">
|
||||
<h1>hi, world!</h1>
|
||||
<h2>i am minish</h2>
|
||||
|
@ -43,8 +43,8 @@
|
|||
<span class="interests">
|
||||
<li>omori <img src="/assets/interests/omori.png"></li>
|
||||
<li>deltarune <img src="/assets/interests/deltarune.png"></li>
|
||||
<li>inabakumori <img src="/assets/interests/inabakumori.png"></li>
|
||||
<li>cafe de touhou <img src="/assets/interests/cdth.png"></li>
|
||||
<li>inabakumori <img src="/assets/interests/inabakumori.webp"></li>
|
||||
<li>cafe de touhou <img src="/assets/interests/cdth.webp"></li>
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue