66 lines
No EOL
3.4 KiB
HTML
66 lines
No EOL
3.4 KiB
HTML
<html>
|
|
<head>
|
|
<title>More pages</title>
|
|
<meta name="viewport" content="width=240">
|
|
<style>
|
|
body { margin-left:1px; margin-top:1px; margin-right:1px; margin-bottom:0px; }
|
|
#invis { display:none; }
|
|
#invis2 { visibility:hidden; position:absolute; left:0px; top:220px; width:240px; }
|
|
#screen { width:240px; overflow:hidden; }
|
|
</style>
|
|
<script>
|
|
function funct(){
|
|
document.getElementById('nav').innerHTML=document.getElementById('invis').innerHTML;
|
|
}
|
|
|
|
function func(){
|
|
document.getElementById('invis2').style.visibility='hidden';
|
|
}
|
|
function funct2(){
|
|
document.getElementById('invis2').style.visibility='visible';
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="screen">
|
|
<center><a href="/"></a> More Pages</center>
|
|
<div id="invis"><font size="1">
|
|
 - command search <a href="http://flipnote.hatena.com/mobile/quadrplax/">LINK</a>
|
|
</font></div>
|
|
<div id="invis2">
|
|
<center>
|
|
<font size=2 style="background:yellow">
|
|
Weather
|
|
|
|
<a href="javascript:func();">X</a></font><br>
|
|
<a href="http://www.findlocalweather.com/forecast/oh/api.html" target="_blank">
|
|
<img src="http://www.findlocalweather.net/forecast.php?forecast=hourly&pands=api+oh&config=png&alt=hwilozone" border="0" alt="weather"></a>
|
|
</center>
|
|
</div>
|
|
<font size="2">
|
|
<div id="nav"><li><a href="javascript:funct();">My hatena command code</a></li></div>
|
|
<!--li><a href="javascript:alert('A < > /\\ B L L V\nThat is my command code.\nUse it in Command Search on Flipnote Hatena to get to my user.');">My command code</a><br></li>-->
|
|
<li><a href="contact.html">Contact Me</a><br></li>
|
|
<li><a href="aboutme.html">About Me</a></li>
|
|
<!--li><a href="javascript:var a=prompt('Enter 1st URL.','http://');var b=prompt('Enter 2nd URL.','http://');var c=prompt('Enter 3rd URL.','http://');var d=prompt('Enter 4th URL.','http://');var e=prompt('Enter 5th URL.','http://');var f=prompt('Enter 6th URL.','http://');var g=prompt('Enter 7th URL.','http://');var h=prompt('Enter 8th URL.','http://');var i=prompt('Enter 9th URL.','http://');var j=prompt('Enter 10th URL.','http://');alert('Click the other link now.');document.getElementByName('link').href='javascript:document.write('+q+beg+a+end+a+close+beg+b+end+b+close+beg+c+end+c+close+beg+d+end+d+close+beg+e+end+e+close+beg+f+end+f+close+beg+g+end+g+close+beg+h+end+h+close+beg+i+end+i+close+beg+j+end+j+close+q+');'">Add 10 Favorites</a> <a name="link" href="javascript:alert('Click the other link first!!!');">Click me after</a></li>-->
|
|
<li><a href="/3ds.html">3DS Section</a></li>
|
|
<li><a href="hex.html">Hex codes</a><br></li>
|
|
<li><a href="donotclick.html">DO NOT CLICK ME</a> (<a href="/more/donotpress.html">Or me</a>)</li>
|
|
<li><a href="dsisecrets.html">DSi Secrets</a></li>
|
|
<li>Old homepage (<a href="/indexold_old.html">1.0</a>) (<a href="/indexold.html">2.0</a>)</li>
|
|
<li><a href="search.html">Search</a> (<a href="/more/cse.html">2.0</a>)</li>
|
|
<li><a href="faq.html">FAQ</a></li>
|
|
<li><a href="poll.html">Polls</a></li>
|
|
<li><a href="chatdemo.html">Chatroom</a></li>
|
|
<li><a href="dsoffice">DSOffice</a></li>
|
|
<li><a href="javascript:funct2();">Weather</a></li>
|
|
<li><a href="dsipc/">DSi PC</a></li>
|
|
<li><a href="tutorials/">Code tutorials</a></li>
|
|
<li><a href="tools/">Tools</a></li>
|
|
<li><a href="jokes.html">Jokes</a></li>
|
|
<li><a href="random.html">Random squares</a></li>
|
|
<li><a href="email.html">E-mail</a></li>
|
|
</font>
|
|
</div>
|
|
</body>
|
|
</html> |