blog-minerva-juppiter

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c44a697feb2ace7af5b8ffe276a5630a459777ab
parent 3b55421ad61a5f1150b974cba8a24b73f8a9ce55
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sun,  6 Jul 2025 01:50:06 +0900

fix icon

Diffstat:
Mabout.html | 4++--
Marticles/1.html | 2+-
Marticles/10/index.html | 2+-
Marticles/2.html | 4++--
Marticles/3.html | 4++--
Marticles/4.html | 1+
Marticles/5.html | 4++--
Marticles/6.html | 4++--
Marticles/7.html | 1+
Marticles/8.html | 1+
Marticles/9.html | 1+
Dminerva-juppiter.png | 0
12 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/about.html b/about.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>About</title> </head> <body> @@ -32,4 +33,4 @@ </p> </footer> </body> -</html>- \ No newline at end of file +</html> diff --git a/articles/1.html b/articles/1.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> - <link rel="icon" href="../public/minerva-juppiter.svg"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>Svelteでブログを構築した。</title> </head> <body> diff --git a/articles/10/index.html b/articles/10/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../../style.css"> <link rel="stylesheet" href="./style7.css"> - <link ref="icon" href="../../public/minerva-juppiter.svg"> + <link ref="icon" href="/public/minerva-juppiter.svg"> <title>HTML入門</title> </head> <body> diff --git a/articles/2.html b/articles/2.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>音楽を聴くことについて。</title> </head> <body> @@ -35,4 +36,4 @@ </p> </footer> </body> -</html>- \ No newline at end of file +</html> diff --git a/articles/3.html b/articles/3.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>紅茶の話</title> </head> <body> @@ -81,4 +82,4 @@ </p> </footer> </body> -</html>- \ No newline at end of file +</html> diff --git a/articles/4.html b/articles/4.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>古いLaptopにUbuntuServerを入れた話</title> </head> <body> diff --git a/articles/5.html b/articles/5.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>着こなしの話</title> </head> <body> @@ -65,4 +66,4 @@ </p> </footer> </body> -</html>- \ No newline at end of file +</html> diff --git a/articles/6.html b/articles/6.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>Ambivalent</title> </head> <body> @@ -29,4 +30,4 @@ </p> </footer> </body> -</html>- \ No newline at end of file +</html> diff --git a/articles/7.html b/articles/7.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>NeoVim導入</title> </head> <body> diff --git a/articles/8.html b/articles/8.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>甘えと限界</title> </head> <body> diff --git a/articles/9.html b/articles/9.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <link rel="stylesheet" href="../style.css"> + <link rel="icon" href="/public/minerva-juppiter.svg"> <title>20250623</title> </head> <body> diff --git a/minerva-juppiter.png b/minerva-juppiter.png Binary files differ.