/assets/todo.html
https://github.com/JakeWharton/BreakoutWallpaper · HTML · 32 lines · 28 code · 4 blank · 0 comment · 0 complexity · 36e30a693a40eede61666e8b96e72ced MD5 · raw file
- <!DOCTYPE html>
- <html>
- <head>
- <style type="text/css">
- div { margin-bottom: 2em; }
- p, li { font-size: 12px; padding-bottom: 1px; padding-top: 1px; }
- ul { padding-left: 1em; margin: 0; }
- h1 { border-bottom: 1px solid; font-size: 18px; }
- h2 { font-size: 12px; margin-bottom: 5px; }
- </style>
- </head>
- <body>
- <h1>To Do / Requests</h1>
- <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>
-
- <h2>Accepted</h2>
- <ul>
- <li>Customizable list of block colors not limited to any amount.</li>
- </ul>
-
- <h2>Pending</h2>
- <ul>
- <li><em>None</em></li>
- </ul>
-
- <h2>Rejected</h2>
- <ul>
- <li>Fully playable game as a separate Activity.</li>
- </ul>
- </body>
- </html>