1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">        
  <head>            
    <title>我的網頁          
    </title>            
    <meta http-equiv="Content-Type" content="text/html; charest=UTF-8" />    
<script type="text/javascript" src="js/jquery-1.4.2.js"></script>      
              
<style type="text/css">@import url(css/white_style.css);</style>
   
<script type="text/javascript">
function link(url){
    $("#content").load(url);
}   
</script>       
  </head>           
  <body>           
    <div id="header">                 
      <img src="images/yumao.png" width="70" height="70" /><h1><a href="index.html">Memories of the hourglass</a></h1>             
    </div>           
    <div>                       
      <ul id="menu">                                    
        <li>          
        <a href="#" onclick="link('programming.html');">Programming</a>          
        </li>                            
        <li>          
        <a href="#" onclick="link('web_design.html');">Web design</a>                     
        </li>                            
        <li>                     
        <a href="#" onclick="link('software.html');">Software</a>                     
        </li>                            
        <li>                     
        <a href="#" onclick="link('links.html');">Links</a>                     
        </li>                            
        <li>                     
        <a href="#" onclick="link('about.html');">About All</a>                     
        </li>                                                                      
      </ul>             
    </div>                                                     
      <div id="content">      <h2>網站更新與公告</h2>      
        <p>此網站建立是目的,分享與記錄關於Photoshop教學、網頁教學...
        </p>         
      </div>

                         
      <div id="foot">2010 (c) Wieil-Lai              
      </div>                                        
  </body>
</html>