index.html 903 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <link href="https://fonts.googleapis.com/css?family=Titillium+Web&display=swap" rel="stylesheet">
  6. <link type="text/css" href="css/styles.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <table style="width: 100%;">
  10. <tr>
  11. <td style="width: 150pt; vertical-align:top">
  12. <div style="display: inline-block; overflow-y: auto; padding: 10pt; ">
  13. <button class="btn orange materialLevel1">New email</button>
  14. {{.Folders}}
  15. </div>
  16. </td>
  17. <td>
  18. <div style="display: inline-block; overflow-y: auto; padding: 10pt;">
  19. {{.MailList}}
  20. </div>
  21. </td>
  22. </tr>
  23. </div>
  24. </body>
  25. </html>