diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-25 22:30:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-25 22:30:07 +0900 |
| commit | a3dd384695b5da93e69379be862eb7f0968c187b (patch) | |
| tree | 94d34fc75e65960cce9b7fb3ee8b318cf407c0c9 /vhosts/blog/public/about/index.html | |
| parent | 39389d521d5790f203e07f6038789869b8015a42 (diff) | |
| download | nsfisis.dev-a3dd384695b5da93e69379be862eb7f0968c187b.tar.gz nsfisis.dev-a3dd384695b5da93e69379be862eb7f0968c187b.tar.zst nsfisis.dev-a3dd384695b5da93e69379be862eb7f0968c187b.zip | |
feat(blog/nuldoc): remove p5.js
Diffstat (limited to 'vhosts/blog/public/about/index.html')
| -rw-r--r-- | vhosts/blog/public/about/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vhosts/blog/public/about/index.html b/vhosts/blog/public/about/index.html index fd78dc29..7ffe7f61 100644 --- a/vhosts/blog/public/about/index.html +++ b/vhosts/blog/public/about/index.html @@ -42,11 +42,9 @@ <header class="post-header"> <h1 class="post-title">nsfisis</h1> <div class="my-icon"> - <script src="/p5.min.js?h=06b486e835ee9ae69c70b882db3a4acc"> + <script src="/my-icon.js?h=47e1423076143fd4bc0aba0f57000b02"> </script> - <script src="/my-icon.js?h=bfd5c06d2618e858be2e073b91adb8cc"> - </script> - <div id="p5jsMyIcon"> + <div id="myIcon"> </div> <noscript> <img src="/favicon.svg"> |
