diff options
-rw-r--r-- | index.shtml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/index.shtml b/index.shtml index fb1959f..c0f4696 100644 --- a/index.shtml +++ b/index.shtml @@ -33,7 +33,7 @@ The source code of this site, including all HTML, JavaScript and CSS files, are licensed under the terms of the Expat(MIT) License. Contents are licensed under the CC BY-SA 4.0 license. --> -<body onload="swonload();"> +<body> <script type="text/javascript" src="panel.js"></script> <script type="text/javascript" src="themer.js"></script> <script type="text/javascript"> @@ -89,6 +89,7 @@ function swonload(){ if(unsupportedpf.indexOf(window.navigator.platform)!==-1) document.getElementById('appleouter').style.display='block';*/ } +document.addEventListener("DOMContentLoaded", swonload); </script> <div id="panel" class="TText"> <ul id="panellist"> @@ -120,6 +121,10 @@ function swonload(){ <s>The owner of this site doesn't have any Apple devices that can go online so</s> you may experience major problems browsing this site. If you consider this unacceptable, you may donate me an Apple device. Please mail your generous donation to <code>/dev/null</code>. </p></div> </p>--> + <div style="text-align:center;"> + <a href="https://www.debian.org"><img src="debianpowered.svg" alt="Powered by Debian"></a> + <a href="https://www.conoha.jp/conoha"><img src="conohahosted.svg" alt="Hosted by Conoha"></a><br> + </div> </div> <div class="block" id="projects"> <h2>Projects</h2><hr> @@ -638,8 +643,6 @@ function swonload(){ </ul> </div> <div style="text-align:center;padding:0.5em;"> - <a href="https://www.debian.org"><img src="debianpowered.svg" alt="Powered by Debian"></a> - <a href="https://www.conoha.jp/conoha"><img src="conohahosted.svg" alt="Hosted by Conoha"></a><br> <a href="/blog/post/Privacy.html">Privacy</a> | Copyright Chris Xiong 2024 </div> </div> @@ -659,8 +662,8 @@ function swonload(){ </div> </div> <div id="v6" style="display:block;" class="floatingl" onmouseover="changeImage('aqt6a','aqt6')" onmouseout="changeImage('aqt6','aqt6a')" onclick="this.style.display='none';"> - <img src="koishi_norm.png" alt="" width="320" id="aqt6" decoding="async"> - <img src="koishi_hovr.png" alt="" width="320" id="aqt6a" decoding="async" style="display:none;"> + <img src="koishi_norm.png" alt="" width="240" id="aqt6" decoding="async"> + <img src="koishi_hovr.png" alt="" width="240" id="aqt6a" decoding="async" style="display:none;"> </div> </body> </html> |