diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-25 22:44:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-25 22:44:05 +0900 |
| commit | f96b52ca0c959d36d018094523992434bb286be2 (patch) | |
| tree | 9cd407f3039ef63420f318952fbe07b8ffdf0d33 /vhosts/blog/public/about/index.html | |
| parent | b206b17dfffee47940d391dd8dfbcfd79cc6861e (diff) | |
| download | nsfisis.dev-f96b52ca0c959d36d018094523992434bb286be2.tar.gz nsfisis.dev-f96b52ca0c959d36d018094523992434bb286be2.tar.zst nsfisis.dev-f96b52ca0c959d36d018094523992434bb286be2.zip | |
feat(blog/nuldoc): show static icon image until dynamic icon canvas is ready in /about/ page
Diffstat (limited to 'vhosts/blog/public/about/index.html')
| -rw-r--r-- | vhosts/blog/public/about/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/vhosts/blog/public/about/index.html b/vhosts/blog/public/about/index.html index dd90ed32..f9731523 100644 --- a/vhosts/blog/public/about/index.html +++ b/vhosts/blog/public/about/index.html @@ -43,13 +43,11 @@ <h1 class="post-title">nsfisis</h1> <div class="my-icon"> <div id="myIcon"> - </div> - <script defer src="/my-icon.js?h=bfcf9a771ec584b2040bf1e787a021d0"> - </script> - <noscript> <img src="/favicon.svg"> </img> - </noscript> + </div> + <script defer src="/my-icon.js?h=80ee73b48e0232e49741ade809602e6f"> + </script> </div> </header> <div class="post-content"> |
