index.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
  3. lang="en">
  4. <head>
  5. <title>BadWin10</title>
  6. <style type="text/css">
  7. a.button {
  8. background: url(http://static.fsf.org/nosvn/vistaseven/big-button.png) no-repeat left top;
  9. width: 300px;
  10. height: 65px;
  11. border-radius: 6px;
  12. -moz-border-radius: 6px;
  13. -webkit-border-radius: 6px;
  14. display: inline-block;
  15. text-decoration: none;
  16. text-align: center;
  17. line-height: 60px;
  18. font-weight: bold;
  19. color: #fff;
  20. font-size: 22px;
  21. text-shadow: 0 1px 0 #2b0101;
  22. box-shadow: -1px -1px 10px #fff;
  23. -webkit-box-shadow: -1px -1px 10px #fff;
  24. -moz-box-shadow: -1px -1px 10px #fff;
  25. margin-top: 22px;
  26. }
  27. body {width: 600px; margin: 0 auto; background-color: #fff; font-family: sans-serif; text-align: center; font-size: 90%;}
  28. img {border: 0;}
  29. #continue {margin-top: 32px;}
  30. small {color: #111;}
  31. </style>
  32. </head>
  33. <body>
  34. <h1><a href="http://windows7sins.org"><img src="http://static.fsf.org/nosvn/vistaseven/microsoft.png" alt="Microsoft is trashing your freedom" /></a></h1>
  35. <p style="text-align:center"><img src="badwin10.svg" alt="" /></p>
  36. <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>
  37. </body>
  38. </html>