Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>{{ .Title}}</title>
  6. </head>
  7. <body>
  8. <p style="color:#800080;font-size: xx-large" width="250">{{ .Title}}</p>
  9. {{range .Items}}
  10. <table style="background:#DDA0DD" border="3" align="center" height="700" width="1000" cols="4">
  11. <tr>
  12. <td style="color:#800080;font-size: xx-large" width="250">{{ .Title}}</td>
  13. <td>{{ .Ref}}</td>
  14. <td>{{ .Time}}</td>
  15. </tr>
  16. </table>
  17. {{end}}
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement