summaryrefslogtreecommitdiff
path: root/archive/index_m.html
blob: ba7355604eb9a06cb84841ee923c8fe78785f06c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!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>&nbsp;<a href="./" onclick="changeTheme('night')">night</a>&nbsp;<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&nbsp;&nbsp;<a href="./about.html">About</a>&nbsp;&nbsp;<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>