1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 2: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
 3:   <head profile="http://gmpg.org/xfn/11">
 4:     <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
 5:     <meta name="author" content="Philip Roche"/>
 6:     <meta name="description" content="Philroche.net image rotation"/>
 7:     <meta name="robots" content="index,follow"/>
 8:     <meta name="revisit-after" content="7 days"/>
 9:     <meta name="country" content="UK"/>
10:     <meta name="language" content="en-GB"/>
11:     <title>Philroche.net image rotation</title>
12:     <link rel="stylesheet" type="text/css" href="assets/styles.css"/>
13:     <script type="text/javascript" src="assets/javascript.js">
14:         <!-- // -->
15:     </script>
16:   </head>
17:   <body id="image">
18:     <div>
19:       <h1>
20:         <a href="index.html">Image rotation</a>
21:       </h1>
22:      <p>
23:         Previously on Philroche.net, the header images were populated from a PHP Array which generated a ul with javascript links to change the header image. Not nice as it relied on javascript. After some ajaxian fun, the list is now generated from an XML playlist and the list is fully accessible with click events attached to each link to change the header image. 
24:      </p>
25:      <h2>
26:         Source code
27:      </h2>
28:      <ul>
29:      <li><a href="images.xml.source.html">images.xml.source.html</a></li>
30:      <li><a href="index.html.source.html">index.html.source.html</a></li>
31:      <li><a href="javascript.js.source.html">javascript.js.source.html</a></li>
32:     </ul>
33:     <h2>
34:         Photo
35:      </h2> 
36:      <div id="curimage">
37:         <a href="index.html">
38:           <img src="images/header/3sisters.jpg" alt="3 sisters" id="rotatingimage"/>
39:         </a>
40:         <p>3 sisters mountain in Blue Mountains near Sydney</p>
41:    
42:       </div>
43: 
44:       <p class="license">   
45:     All code is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>.... If you use it, for God's sake give me some credit(or money, you choose).
46:     </p>
47:     </div>
48:   </body>
49: </html>

Parsed by FSHL V0.4.19 in 0.022 sec