annotate about-mozilla.html @ 1:4dd50afc32c8
Successfully getting headlines and body of each article.
author |
Atul Varma <varmaa@toolness.com> |
date |
Sat, 28 Feb 2009 13:02:50 -0800 |
parents |
58d9c5ef124e |
children |
2be94bbd7f04 |
rev |
line source |
0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4 <head>
|
|
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
6 <link rel="stylesheet" type="text/css" media="all"
|
|
7 href="about-mozilla.css" />
|
|
8 <title></title>
|
|
9 </head>
|
|
10 <body>
|
|
11 </body>
|
|
12 <script src="jquery.js"></script>
|
|
13 <script src="about-mozilla.js"></script>
|
|
14 </html>
|