diff options
| author | yctct <yctct@yctct.com> | 2025-05-11 17:39:02 +0200 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2025-05-11 17:39:02 +0200 |
| commit | 2dde7ef4fd30ea7140767d69348289fca4eaaa4b (patch) | |
| tree | 34e71d349a8042467a9b5a2a3d4c00a5c455c97b | |
| parent | e00d1ed528560fb7bf6b801e43a0b0b3f2d12970 (diff) | |
Remove IE meta, update title
| -rw-r--r-- | header.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/header.html b/header.html index 90bccec..49323a7 100644 --- a/header.html +++ b/header.html @@ -1,4 +1,4 @@ -<title> yctct.compost.party </title> +<title> yctct on compost.party </title> <meta charset="utf-8"> <html lang="en"> <meta name="description" content="yctct on compost.party"> @@ -8,7 +8,6 @@ <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="manifest" href="/favicon/site.webmanifest"> -<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="style.css" rel="stylesheet" type="text/css" /> |
