summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-25 01:31:07 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-25 01:31:07 -0400
commit4b2d13ee672b14a68b2842e6a955209ea186d9d2 (patch)
tree6c0fc58c2db666c6f02a2512114b9177c56860b8
parent3f7cc7ef8690b04f1c1d8e7547d10d8ed160da1b (diff)
downloadweb-4b2d13ee672b14a68b2842e6a955209ea186d9d2.tar.xz
Minor index page updates.
-rw-r--r--index.shtml13
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>