diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 22:21:22 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 22:21:22 +0200 |
| commit | 569837cc5bb8486e19a26b17d0cef1d0babee8d3 (patch) | |
| tree | 4d636e9c78c0f5a84165ff68841d49c9dcfee372 /index.html | |
| parent | feat: add meta tags and compress site logo (diff) | |
| download | pml68.dev-569837cc5bb8486e19a26b17d0cef1d0babee8d3.tar.gz | |
feat: replace pml68.png with a smaller webp
Diffstat (limited to '')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content = "pml68"> <meta property="og:site_name" content = "pml68.dev"> - <meta property="og:image" content = "https://pml68.dev/assets/pml68.png"> + <meta property="og:image" content = "https://pml68.dev/assets/pml68.webp"> <meta property="og:description" content = "Just your average IT student"> - <link rel="icon" href="/assets/pml68.png"> + <link rel="icon" href="/assets/pml68.webp"> <link rel="stylesheet" href="/style.css"> <title>pml68</title> </head> |
