Home >

About

About IIFKSP

可以通过email: iifksp[at]swordair.com 联系我

或者查看我博客的关于页面获得更多信息。

ME:

<html>
	<head>
		<title>about iifksp</title>
	</head>
	<body>
		<h1>My name is iifksp</h1>
		<p id="iifksp"></p>
	</body>
</html>
#iifksp{
	height:175px;
	width:47px;
	padding-bottom:4px;
	padding-top:2px;
	color:yellow;
	font-weight:normal ;
	text-decoration:none;
	margin:0;
	border:0 none;
}
var iifksp = {
	alias: "defimelo",
	gender: "male",
	selfIntroduction: function () {
        document.getElementById("iifksp").innerHTML = "I am <a href='http://swordair.com'>iifksp</a>, and you can also call me defimelo.";
    }
}