中文(繁体)
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>無標題文件</title> <script language="JavaScript"> step=0 function flash_title() { step++ if (step==3) {step=1} if (step==1) {document.title='http://www.downcodes.com'} if (step==2) { document.title='☆★☆建站學院☆★☆'} setTimeout("flash_title()",1000); } flash_title() </script> </head> <body> 請注意標題列的變化! ! ! ! ! ! ! ! ! </body> </html>