equal
deleted
inserted
replaced
1 <html> |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
2 <head> |
6 <head> |
3 <title>Fabien Niñoles's Top Songs</title> |
7 <title>Fabien Niñoles's Top Songs</title> |
|
8 <style type="text/css"> |
|
9 <!-- |
|
10 body { background: black; color: grey } |
|
11 --> |
|
12 </style> |
4 </head> |
13 </head> |
5 <body style="background: black; color: white"> |
14 <body> |
6 <h1>Fabien Niñoles's Top Songs</h1> |
15 <h1>Fabien Niñoles's Top Songs</h1> |
7 <ul> |
16 <ul> |
8 <TMPL_LOOP Bestof> |
17 <TMPL_LOOP Bestof> |
9 <li style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></li> |
18 <li><span style="color: <TMPL_VAR color>"><TMPL_VAR rating> - <tt><TMPL_VAR path></tt></span></li> |
10 </TMPL_LOOP> |
19 </TMPL_LOOP> |
11 </ul> |
20 </ul> |
12 </body> |
21 </body> |
13 <!-- |
22 <!-- |
14 vi: syntax=html |
23 vi: syntax=html |