/assets/todo.html

https://github.com/JakeWharton/BreakoutWallpaper · HTML · 32 lines · 28 code · 4 blank · 0 comment · 0 complexity · 36e30a693a40eede61666e8b96e72ced MD5 · raw file

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style type="text/css">
  5. div { margin-bottom: 2em; }
  6. p, li { font-size: 12px; padding-bottom: 1px; padding-top: 1px; }
  7. ul { padding-left: 1em; margin: 0; }
  8. h1 { border-bottom: 1px solid; font-size: 18px; }
  9. h2 { font-size: 12px; margin-bottom: 5px; }
  10. </style>
  11. </head>
  12. <body>
  13. <h1>To Do / Requests</h1>
  14. <p>The following is a list of things which still need implemented. If you have something you would like to add please send an email to <a href="mailto:jakewharton@gmail.com">jakewharton@gmail.com</a>.</p>
  15. <h2>Accepted</h2>
  16. <ul>
  17. <li>Customizable list of block colors not limited to any amount.</li>
  18. </ul>
  19. <h2>Pending</h2>
  20. <ul>
  21. <li><em>None</em></li>
  22. </ul>
  23. <h2>Rejected</h2>
  24. <ul>
  25. <li>Fully playable game as a separate Activity.</li>
  26. </ul>
  27. </body>
  28. </html>