<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
	<title>空白小站2</title>
	<link>https://kbxz.wodemo.com/</link>
        <item>
        <title><![CDATA[start.jpg]]></title>
		<link><![CDATA[https://kbxz.wodemo.com/file/373043]]></link>
		<dc:creator><![CDATA[空白 (@kbxw)]]></dc:creator>
		<pubDate><![CDATA[Sun, 25 Oct 2015 01:32:54 +0800]]></pubDate>
        <description><![CDATA[File Size: 39.25 KiB&nbsp;|&nbsp;<a href="https://kbxz.wodemo.com/meta/373043">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[JZminiPlayer.swf]]></title>
		<link><![CDATA[https://kbxz.wodemo.com/file/373042]]></link>
		<dc:creator><![CDATA[空白 (@kbxw)]]></dc:creator>
		<pubDate><![CDATA[Sun, 25 Oct 2015 01:29:31 +0800]]></pubDate>
        <description><![CDATA[File Size: 14.28 KiB&nbsp;|&nbsp;<a href="https://kbxz.wodemo.com/meta/373042">Meta</a>]]></description>
    </item>
        <item>
        <title><![CDATA[高清壁纸1]]></title>
		<link><![CDATA[https://kbxz.wodemo.com/entry/331252]]></link>
		<dc:creator><![CDATA[空白 (@kbxw)]]></dc:creator>
		<pubDate><![CDATA[Fri, 27 Feb 2015 00:17:06 +0800]]></pubDate>
        <description><![CDATA[

美腿


function ch1(){
pic.width=pic.width*3.1;
pic.height=pic.height*1.1;

}
function ch2(){
pic.width=pic.width*3.9;
pic.height=pic.height*0.9;

}








]]></description>
    </item>
        <item>
        <title><![CDATA[[实验]html显示器]]></title>
		<link><![CDATA[https://kbxz.wodemo.com/entry/331120]]></link>
		<dc:creator><![CDATA[空白 (@kbxw)]]></dc:creator>
		<pubDate><![CDATA[Thu, 26 Feb 2015 03:32:08 +0800]]></pubDate>
        <description><![CDATA[

HTML显示器

BODY{MARGIN-TOP: 0px;FONT-SIZE: 9pt;MARGIN-LEFT: 4px;MARGIN-RIGHT: 0px;FONT-FAMILY: "微软雅黑"}
A{FONT-WEIGHT: 400;FONT-SIZE: 13px;COLOR: black;TEXT-DECORATION: none}
A: hover{FONT-WEIGHT: 400;FONT-SIZE: 13px;COLOR: red;TEXT-DECORATION: underline}
A: active{CURSOR: hand;COLOR: #ff0033}
.STYLE1{color: #0000FF;font-size: 40px;}
.STYLE2{font-weight: bold;font-size: 30px;}





  页面显示器



  
  
    请在下面窗口中输入HTML代码
  
  
    

function trestart(){
   if (script) {
   clear = confirm("确定要清除吗？",'');
   if(clear) {
   document.script.reset();
   document.script.value = "";
  }
 }
}	
function test(){
  {
  temp = document.script.tester.value;
  testwin= open("", "testwin","status=no,menubar=yes,toolbar=no");
  testwin.document.open();
  testwin.document.write(temp);
  testwin.document.close();
 }
}
function about(){
 alert("HTML代码直接显示出页面来")
}
function help(){ 
 OpenWindow=window.open("", "newwin","height=220,width=470,toolbar=no,scrollbars="+scroll+",menubar=no");
 OpenWindow.document.write("帮助信息")
 OpenWindow.document.write("你只要把你想显示的代码放到上页的输入框中，你自己也可以写代码，按显示键就能显示你的页面内容")
 OpenWindow.document.write("写信给我")
 OpenWindow.document.write("关闭本窗口")
 OpenWindow.document.close()
 self.name="main"
}



       &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;  





  
  
    
      将下面代码复制到输入框试试&lt;html&gt;&lt;head&gt;&lt;title&gt;你好&lt;/title&gt;&lt;/head&gt;&lt;body&gt;
            输入这个试试！
      &lt;/body&gt;&lt;/html&gt;

]]></description>
    </item>
        <item>
        <title><![CDATA[[实验]小时钟]]></title>
		<link><![CDATA[https://kbxz.wodemo.com/entry/331119]]></link>
		<dc:creator><![CDATA[空白 (@kbxw)]]></dc:creator>
		<pubDate><![CDATA[Thu, 26 Feb 2015 02:36:50 +0800]]></pubDate>
        <description><![CDATA[





body{font-sise:62.5%;}
.tip{text-align:center;font-size:1.2em;color:#333;}
.clock{
   position:absolute;
   left:0;
   top:0;
   bottom:0;
   right:0;
   margin:auto;
   width:20em;
   height:20em;
   border:1px solid #CCC;
   border-radius:10em;
}
.clock:before{position:absolute;content:"";width:10%;height:10%;left:50%;top:50%;margin-left:-5%;margin-top:-5%;background-color:#E1E1E1;border-radius:50%;}
@-webkit-keyframes timer{to{-webkit-transform:rotate(360deg);}}
@-moz-keyframes timer{to{-moz-transform:rotate(360deg);}}
@-o-keyframes timer{to{-o-transform:rotate(360deg);}}
@keyframes timer{to{transform:rotate(360deg);}}
.hours{position:absolute;width:0;height:8em;border-left:.3em solid #666;border-right:.3em solid #333;left:9.7em;top:4em;z-index:20px;border-radius:.3em .3em 0 0/10em 10em 0 0;-webkit-transform-origin:50% 6em;-webkit-animation:timer 216000s linear 0 infinite;-moz-transform-origin:50% 6em;-moz-animation:timer 216000s linear 0 infinite;-o-transform-origin:50% 6em;-o-animation:timer 216000s linear 0 infinite;transform-origin:50% 6em;animation:timer 216000s linear 0 infinite;}
.minutes{position:absolute;width:0;height:10em;border-left:.3em solid #666;border-right:.3em solid #333;left:9.7em;top:2em;z-index:20px;border-radius:.3em .3em 0 0/10em 10em 0 0;-webkit-transform-origin:50% 8em;-webkit-animation:timer 3600s linear 0 infinite;-o-transform-origin:50% 8em;-moz-animation:timer 3600s linear 0 infinite;-moz-animation:timer 3600s linear 0 infinite;transform-origin:50% 8em;animation:timer 3600s linear 0 infinite;}
.seconds{
   position:absolute;
   left:9.9em;
   top:1em;
   width:.2em;
   height:11em;;
   background-color:red;
   border-radius:.15em .15em 0 0/10em 10em 0 0;
   box-shadow:0 0 .1em rgba(0,0,0,0.8);
   -webkit-transform-origin:50% 9em;
   -webkit-animation:timer 60s steps(60,end) 0 infinite;
   -moz-transform-origin:50% 9em;
   -moz-animation:timer 60s steps(60,end) 0 infinite;
   -o-transform-origin:50% 9em;
   -o-animation:timer 60s steps(60,end) 0 infinite;
   transform-origin:50% 9em;
   animation:timer 60s steps(60,end) 0 infinite;
   z-index:30px;
}
.seconds:before{
   display:block;
   content:"";
   position:absolute;
   width:.8em;
   height:.8em;
   background-color:red;
   margin:-.4em 0 0 -.3em;
   top:9em;
   border-radius:.4em;
}
.clock em{
   position:absolute;
   width:.2em;
   height:.6em;
   left:50%;
   top:0;
   margin-left:-.1em;
   background-color:#CCC;
   -webkit-transform-origin:.1em 10em;
   -moz-transform-origin:.1em 10em;
   -o-transform-origin:.1em 10em;
   transform-origin:.1em 10em;
}
.clock em.em{height:.8em;background-color:#333;}
.clock b{position:absolute;font-size:1.4em;width:1.4em;height:1.4em;left:50%;top:0;line-height:1.4em;margin:-.7em 0 0 -.7em;text-align:center;font-family:Georgia;color:#333;}




  
     
     
     
   
   var clock=document.getElementById("clock"),em=document.createElement("em"),b=document.createElement("b");for(var i=0;i一个神奇的小时钟！]]></description>
    </item>
        <item>
        <title><![CDATA[<超清>[科幻]星际穿越]]></title>
		<link><![CDATA[https://kbxz.wodemo.com/entry/331107]]></link>
		<dc:creator><![CDATA[空白 (@kbxw)]]></dc:creator>
		<pubDate><![CDATA[Wed, 25 Feb 2015 23:18:34 +0800]]></pubDate>
        <description><![CDATA[




  
Your browser does not support the video tag.



超清蓝光DVD
无法观看或打不开请更换浏览器&lt;font color=&quot;#FF0000&quot;&gt;[正版已出，盗版停播]&lt;font&gt;]]></description>
    </item>
        <item>
        <title><![CDATA[[恐怖]下水道美人鱼]]></title>
		<link><![CDATA[https://kbxz.wodemo.com/entry/331073]]></link>
		<dc:creator><![CDATA[空白 (@kbxw)]]></dc:creator>
		<pubDate><![CDATA[Wed, 25 Feb 2015 20:38:13 +0800]]></pubDate>
        <description><![CDATA[




  
Your browser does not support the video tag.



建议刚吃完饭不要看！
视频无法加载的请打开uc浏览器或其他浏览器！
[已被禁播]]]></description>
    </item>
    </channel>
</rss>
