網頁文章 網頁文章

<!doctype html>
<html lang="zh-TW">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>鄉名冰淇淋</title>
<style type="text/css">
 .ui-icon-phone-call {
  background-image : url(phone_call.gif);}
 .ui-icon-phone-on {
  background-image : url(phone_on.jpg);}
 .ui-icon-phone-silent {
  background-image : url(phone_silent.png);}
 h3  { color: blue; }
 p {font-size: 10pt;}
</style>
 <script src="jquery-1.10.2.min.js"></script>
 <link rel="stylesheet" href="jquery.mobile-1.3.2.min.css" />
 <script src="jquery.mobile-1.3.2.min.js"></script>
</head>
 
<body>
 
    <div data-role="page" id="page4" data-add-back-btn="true" data-back-btn-text="上一頁" data-theme="d">
 <div data-role="header" data-theme="e">
  <h1>第一位</h1>
 </div>
 <div data-role="content" data-theme="d" id="content1">
  <div data-role="collapsible-set">
   <div data-role="collapsible" data-theme="b" >
   <h3>DenKa's fanpage</h3>
   <table width="100%" border="0" cellpadding="10" id="table1">
    <tr>
    <td>
    <p>中文名字:地下室少年<br>
      興趣:cosplay 、 攝影<br>
      職業 : 外拍模特兒<br>
      爆紅cosplay 電波女與青春男 、 <br>
      以下是他的聯絡方式跟微薄..<br>
      mail: denkakeke+fb@gmail.com/<br>
                  weibo: http://weibo.com/denkakeke0404/<br>
                 
     
    </p>
   <center>
    <a href="https://www.facebook.com/photo.php?fbid=575342882539487&set=a.183685541705225.47930.183684841705295&type=1&theater"  data-mini="true" data-role="button" data-inline="true" data-theme="e">有圖有真相</a>
   </center>
    </td>
    </tr>
   </table>
   </div>
   
   <div data-role="collapsible" data-theme="b" data-collapsed="true">
   <h3>Say Hi</h3>
   <table width="100%" border="0" cellpadding="10" id="table1">
    <tr>
    <td>
    <p>中文:阿喜<br>
      興趣:看書 逛街等等<br>
      職業:喜劇演員<br>
      爆紅影片:女朋友的口頭禪<br>
      任何工作相關事宜想要找阿喜請電:(02)27170067 <br>
                  信箱:jeffchenkimo@gmail.com(許先生)<br>
    </p>
   <center>
    <a href="https://www.facebook.com/photo.php?fbid=323110154421662&set=a.323110147754996.76945.323109621088382&type=1&theater"  data-mini="true" data-role="button" data-inline="true" data-theme="e">有圖有真相</a>
   </center>
    </td>
    </tr>
   </table>
   </div>
   
   <div data-role="collapsible" data-theme="b" data-collapsed="true">
   <h3>Hatano Yui</h3>
   <table width="100%" border="0" cellpadding="10" id="table1">
    <tr>
    <td>
    <p>中文:波多野結衣<br>
      職業 :內行的都知道 哇哈哈哈哈
      生年月日:1988.05.24<br>
      身高:163cm <br>
      三圍B:88cm W:59cm H:85cm<br>
      出身地:京都<br>
      血液型:A型<br>
    </p>
   <center>
   <a href="https://www.facebook.com/photo.php?fbid=623413737682661&set=a.150823894941650.24726.100000421203165&type=1&theater"  data-mini="true" data-role="button" data-inline="true" data-theme="e">有圖有真相</a>
   </center>
    </td>
    </tr>
   </table>
   </div>
  </div>  <!-- set -->       
    </div>  <!--content-->
 <div data-role="footer" data-theme="b">
    <div data-role="navbar">
      <ul>
        <li><a href="http://203.64.38.191/web/s10079538" data-icon="home">首頁</a></li>
        <li><a href="#" data-icon="search">搜尋</a></li>
        <li><a href="#about"
               data-transition="pop"
               data-icon="info">關於</a></li>
      </ul>
    </div>
  </div