123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
- lang="en">
- <head>
- <title>BadWin10</title>
- <style type="text/css">
- a.button {
- background: url(http://static.fsf.org/nosvn/vistaseven/big-button.png) no-repeat left top;
- width: 300px;
- height: 65px;
- border-radius: 6px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- display: inline-block;
- text-decoration: none;
- text-align: center;
- line-height: 60px;
- font-weight: bold;
- color: #fff;
- font-size: 22px;
- text-shadow: 0 1px 0 #2b0101;
- box-shadow: -1px -1px 10px #fff;
- -webkit-box-shadow: -1px -1px 10px #fff;
- -moz-box-shadow: -1px -1px 10px #fff;
- margin-top: 22px;
- }
- body {width: 600px; margin: 0 auto; background-color: #fff; font-family: sans-serif; text-align: center; font-size: 90%;}
- img {border: 0;}
- #continue {margin-top: 32px;}
- small {color: #111;}
- </style>
- </head>
- <body>
- <h1><a href="http://windows7sins.org"><img src="http://static.fsf.org/nosvn/vistaseven/microsoft.png" alt="Microsoft is trashing your freedom" /></a></h1>
- <p style="text-align:center"><img src="badwin10.svg" alt="" /></p>
- <p id="continue"><small>Or to see what we did with Windows Vista...<br /><a class="button" href="http://badvista.fsf.org/badvista-declares-victory">BadVista archived site</a></small></p>
- </body>
- </html>
|