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 | |
| parent | f2f90912a5fae7d2a7aa0f0db0d506896fe60a33 (diff) | |
edit
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | favicon.ico | bin | 0 -> 15406 bytes | |||
| -rw-r--r-- | index.html | 3 |
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c3079f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +index.html.bak diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..42d12ef --- /dev/null +++ b/favicon.ico @@ -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> |
