Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 2 | <html lang="en"> |
Brian Paul | 9f8b3fa | 2005-05-05 14:18:31 +0000 | [diff] [blame] | 3 | <head> |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 5 | <title>Banner</title> |
Andreas Boll | fd64b39 | 2012-06-12 09:05:49 +0200 | [diff] [blame] | 6 | <style type="text/css"> |
| 7 | <!-- |
| 8 | body { background: black; color: white } |
| 9 | h1 { |
| 10 | font: x-large sans-serif; text-align: center; |
| 11 | height: 75px; margin-left: 100px; margin-right: 100px } |
| 12 | .gears { width: 100px; height: 73px; float: left; background: url('gears.png') right no-repeat } |
| 13 | div + .gears { float: right; background-position: left } |
| 14 | /* |
| 15 | This should happen in the future instead: |
| 16 | h1 { |
| 17 | border-left: 71px solid #c11800; border-right: 71px solid #00c130; |
| 18 | border-top: 0px; border-bottom: 0px; |
| 19 | border-image: url(gears.png) 100%; -webkit-border-image: url(gears.png) 100%; |
| 20 | } |
| 21 | */ |
| 22 | --> |
| 23 | </style> |
Brian Paul | 9f8b3fa | 2005-05-05 14:18:31 +0000 | [diff] [blame] | 24 | </head> |
Andreas Boll | fd64b39 | 2012-06-12 09:05:49 +0200 | [diff] [blame] | 25 | |
| 26 | <body> |
| 27 | |
| 28 | <div class="gears"></div> |
| 29 | <div class="gears"></div> |
| 30 | <h1>The Mesa 3D Graphics Library</h1> |
| 31 | |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 32 | </body> |
Brian Paul | 9f8b3fa | 2005-05-05 14:18:31 +0000 | [diff] [blame] | 33 | </html> |