diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 20:18:02 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 20:18:02 +0200 |
| commit | 9a0edcd852e0b7da8e62fc5f063d73bad09d87e8 (patch) | |
| tree | 1d79d7ca9fcf8d2cd54c2d090b0931adb94c709a /index.html | |
| parent | chore: replace GPL3.0 license with 0BSD (diff) | |
| download | pml68.dev-9a0edcd852e0b7da8e62fc5f063d73bad09d87e8.tar.gz | |
feat: add meta tags and compress site logo
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ <head> <meta charset="UTF-8"> <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:description" content = "Just your average IT student"> <link rel="icon" href="/assets/pml68.png"> <link rel="stylesheet" href="/style.css"> <title>pml68</title> |
