blob: ba7355604eb9a06cb84841ee923c8fe78785f06c (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<title>Chrisoft::Home</title>
<link rel="icon" href="./favicon.png">
<style type="text/css">
td,th:not(.TText){
text-align: center;
padding: 1em;
}
.TText{
font-size: 2em;
}
</style>
</head>
<body>
<script type="text/javascript" language="javascript">
function changeImage(img){
document.getElementById('aqt').src=img;
}
function changeTheme(thm){
document.cookie="thm="+thm;
}
function gup(name,url){
if(!url)url=location.href;
name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
var regexS="[\\?&]"+name+"=([^&#]*)";
var regex=new RegExp(regexS);
var results=regex.exec(url);
return results==null?null:results[1];
}
/*if( navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/webOS/i)
|| navigator.userAgent.match(/iPhone/i)
|| navigator.userAgent.match(/iPad/i)
|| navigator.userAgent.match(/iPod/i)
|| navigator.userAgent.match(/BlackBerry/i)
|| navigator.userAgent.match(/Windows Phone/i)
)
if(!gup('nredir',null))
window.location="index_m.html";*/
link=document.createElement("link");
linka=document.createElement("link");
var thm=document.cookie.replace(new RegExp("(?:(?:^|.*;\\s*)thm\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1");
switch(thm)
{
case "day":
link.href="common.css";
linka.href="index-day.css";
break;
case "night":
link.href="common-night.css";
linka.href="index-night.css"
break;
case "auto":
default:
var c=new Date();
if(c.getHours()>=6&&c.getHours()<18)
{
link.href = "common.css";
linka.href="index-day.css";
}
else
{
link.href = "common-night.css";
linka.href="index-night.css"
}
break;
}
link.type = "text/css";
link.rel = "stylesheet";
link.media = "screen,print";
document.getElementsByTagName("head")[0].appendChild(link);
linka.type = "text/css";
linka.rel = "stylesheet";
linka.media = "screen,print";
document.getElementsByTagName("head")[0].appendChild(linka);
</script>
<table style="margin:auto;width:75%;border-spacing:0px;" id="desktoptab">
<tr>
<td class="CTitle">
<span style="font-size:3em;"><a href="./">Chrisoft</a>::<a href="./">Home</a></span>
<?php
function ipver(){return strpos($_SERVER["REMOTE_ADDR"],":")===false?4:6;}
if(ipver()==6)echo "through ipv6";
?>
</td>
<td><div class="TText" style="font-size:1.5em;"><a href="./" onclick="changeTheme('day')">day</a> <a href="./" onclick="changeTheme('night')">night</a> <a href="./" onclick="changeTheme('auto')">auto</a></div></td>
</tr>
<tr id="header" class="TText"><th colspan="2">Active Projects</th></tr>
<tr class="TText"><td colspan="2"><a href="./BulletLabRemix">Bullet Lab Remix</a></td></tr>
<tr class="TText"><td colspan="2"><a href="https://github.com/BearKidsTeam/SMELT">SMELT</a></td></tr>
<tr class="TText"><td colspan="2"><a href="QMidiPlayer">QMidiPlayer</a></td></tr>
<tr id="header" class="TText"><th colspan="2">Inactive Projects</th></tr>
<tr class="TText"><td colspan="2"><a href="./BallanceRemix">Ballance Remix</a></td></tr>
<tr class="TText"><td colspan="2"><a href="./inactive_projects.html">Full list</a></td></tr>
<tr id="header" class="TText"><th colspan="2">Blog</th></tr>
<tr class="TText"><td colspan="2"><a href="./blog/dbloglist.php">Development Blog</a></td></tr>
<tr class="TText"><td colspan="2"><a href="./blog/bloglist.php">Nonsense Blog</a></td></tr>
<tr id="header" class="TText"><th colspan="2">Libraries</th></tr>
<tr class="TText"><td colspan="2"><a href="./libs/music">Music Library</a></td></tr>
<tr class="TText"><td colspan="2"><a href="./libs/pictures">Picture Library</a></td></tr>
<tr class="TText"><td colspan="2"><a href="./libs/code">Code Library</a></td></tr>
<tr id="header" class="TText"><th colspan="2">Misc</th></tr>
<tr class="TText"><td colspan="2"><s><a href="data">Fucks</a></s></td></tr>
<tr class="TText"><td colspan="2"><a href="upload">File upload(LAN only)</a></td></tr>
<tr class="TText"><td colspan="2"><a href="leave-a-message">Leave a message</a></td></tr>
<tr class="TText"><td colspan="2"><a href="index_default.html">It works!</a></td></tr>
<tr>
<td colspan="2" class="TText" style="font-size:1.4em;text-align:left;" id="lower">Welcome to the site that no human-beings will visit!<br>
This version has "optimized" view for mobile devices. Best viewed if you have more than 600 pixels (at ~160dpi) in width.<br>
<span style="font-size:1em;">This site uses cookies to <s>improve your visiting experience</s> remember the theme you use.</span>
</td>
</tr>
<tr>
<td colspan="2" class="TText" style="text-align:center;font-size:1.5em;">Copyright Chris Xiong 2017 <a href="./about.html">About</a> <a href="friends.html">Friends</a><br><a href="https://www.debian.org"><img src="/debianpowered.svg" height="80em"></a></td>
</tr>
</table>
<!--
<div class="floatingl">
<img src="koishi_norm.png" alt="" width="300em" id="aqt" onmouseover="changeImage('koishi_hovr.png')" onmouseout="changeImage('koishi_norm.png')" onclick="this.remove();">
</div>
-->
</body>
</html>
|