Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Account.html 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <html>
  2. <head>
  3. <title>STEAM Game Details</title>
  4. <style TYPE="text/css">
  5. BODY {
  6. margin:8px 5% 0 5%;
  7. font-family:Arial,Verdana,Helvetica;
  8. font-size:10pt;
  9. }
  10. h1 {
  11. font-weight:bold;
  12. font-size:11pt;
  13. line-height:14pt;
  14. text-transform:uppercase;
  15. margin-bottom:0px;
  16. }
  17. TD {
  18. font-family:Arial,Verdana,Helvetica;
  19. font-size:10pt;
  20. }
  21. HR {
  22. height:1px;
  23. color:black;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <h1><img src="http://steampowered.com/img/steam_logo_onwhite.gif" height="36" width="67" alt="STEAM" align="absmiddle"> Steam Game Details</h1>
  29. It is recommended that you print this information and keep it in a safe place. Your Steam account and login information is important, you'll need it to access your games and other Steam features.<br><br>
  30. <hr noshade size="1">
  31. <table width="346">
  32. <tr><td>Account Name:</td><td><b> %%AccountName%% </b></td></tr>
  33. <tr><td>Game Purchased:</td><td><b> %%Game%% </b></td></tr>
  34. <tr><td>Contact email address:</td><td><b> %%Email%% </b></td></tr>
  35. </table>
  36. <hr noshade size="1">
  37. <br>
  38. <img src="http://steampowered.com/img/print.gif" height="32" width="32" alt="STEAM" align="absmiddle"> <a href="javascript:window.print();">Click here to print this page now</a>
  39. </body>
  40. </html>