diff options
| author | subh <subh@example.com> | 2026-03-14 19:08:43 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-03-14 19:08:43 +0530 |
| commit | 071becabb51b8d3e755e464644531d606b54e24f (patch) | |
| tree | b31c06ee2e07232a4f82e17771c792ef17506990 /index.html | |
| parent | f2f90912a5fae7d2a7aa0f0db0d506896fe60a33 (diff) | |
edit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title> subh.space</title> + <title>subh.space</title> + <link rel="icon" type="image/png" href="favicon.ico"/> <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&family=Fira+Code:wght@300;400;500;600&display=swap" rel="stylesheet" /> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" /> <style> |
