diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-22 15:01:32 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-22 15:01:32 +0200 |
commit | 094f8f3a745fcc379a43e438770925189458bd32 (patch) | |
tree | d418f39c922d90dba63ee681c8cb2d853065f688 /index.html | |
parent | 82cf97b090a3ea3ea948c59f7a2bf1f38cf9df73 (diff) | |
download | website-094f8f3a745fcc379a43e438770925189458bd32.tar.gz |
Replace png with webp
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html index ab7afa7..50125cf 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Home - mounderfod</title> - <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png"> + <link rel="icon" type="image/webp" href="/assets/img/planets/Planet-4.webp"> <meta name="description" content="Hello! :D My name is Noah, but I go by mounderfod. I am interested in music, programming and video games." /> <meta name="viewport" content="width=device-width, initial-scale=1" /> @@ -29,23 +29,23 @@ > <div id="main"> <div class="logo-container"> - <a href="/"><img class="logo" src="/assets/img/wordart.png" /></a><br /> + <a href="/"><img class="logo" src="/assets/img/wordart.webp" /></a><br /> </div> <div id="container"> <div class="field"> - <img src="assets/img/planets/Planet-1.png" /> + <img src="assets/img/planets/Planet-1.webp" /> <a href="/about"> <h2><b>ABOUT</b></h2> </a> </div> <div class="field"> - <img src="assets/img/planets/Planet-2.png" /> + <img src="assets/img/planets/Planet-2.webp" /> <a href="/blog"> <h2><b>BLOG</b></h2> </a> </div> <div class="field"> - <img src="assets/img/planets/Planet-3.png" /> + <img src="assets/img/planets/Planet-3.webp" /> <a href="/projects"> <h2><b>PROJECTS</b></h2> </a> |