diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-06-18 23:35:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-06-18 23:35:49 +0900 |
| commit | ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26 (patch) | |
| tree | 1ee41bb26e35b7f4d76a86fdd545d614419930c3 /public/about/index.html | |
| parent | 6b7fc3b5e2dc62e689dac2e06df6bd4957dec954 (diff) | |
| download | blog.nsfisis.dev-ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26.tar.gz blog.nsfisis.dev-ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26.tar.zst blog.nsfisis.dev-ca6f5bafe72ba2f9b8ccbd6fe055d20fe590bf26.zip | |
feat(content): add icon to /about page
Diffstat (limited to 'public/about/index.html')
| -rw-r--r-- | public/about/index.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/public/about/index.html b/public/about/index.html index 942f99d..c782e89 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -8,7 +8,7 @@ <meta name="description" content="このサイトの著者について"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>About | REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=5acc7a3b97936927a2f330acee0c6e3f"> + <link rel="stylesheet" href="/style.css?h=28751340d8c1c54dcb8921ad9f1fa653"> </head> <body class="single"> <header class="header"> @@ -36,6 +36,18 @@ <article class="post-single"> <header class="post-header"> <h1 class="post-title">nsfisis</h1> + <div class="my-icon"> + <script src="/p5.min.js?h=51188c3517b547017eb034eab6141792"> + </script> + <script src="/my-icon.js?h=1c09b71d82ef061516003e01f937d2fe"> + </script> + <div id="p5jsMyIcon"> + </div> + <noscript> + <img src="/favicon.svg"> + </img> + </noscript> + </div> </header> <div class="post-content"> <section> |
