deflate is broken.
[elinks.git] / test / css / css_media.html
blobe6debb3eefd790f65505dad1a209df10ef2661f1
1 <html>
2 <head>
3 <link rel="Stylesheet" type="text/css" media="projection, screen, tv"
4 href="css/default.css" title="Default Style">
5 <link rel="Alternate stylesheet" type="text/css" media="projection,
6 screen, tv"
7 href="css/flowers.css" title="Flower Power">
8 <link rel="Alternate stylesheet" type="text/css" media="projection,
9 screen, tv"
10 href="css/mouse.css" title="Of Mice and Men">
11 <link rel="Stylesheet" type="text/css" media="handheld"
12 href="css/mobile.css">
13 <link rel="Stylesheet" type="text/css" media="print"
14 href="css/print.css">
15 <link rel="Stylesheet" type="text/css" media="tty" href="css/tty.css">
16 </head>
17 <body>
18 test css media
19 </body>
20 </html>