Browse Source

Add footer with attribution

master
Sven Slootweg 11 years ago
parent
commit
6ed4cfd5c4
  1. 1
      templates/index.html
  2. 1
      templates/message.html
  3. 6
      templates/style.css

1
templates/index.html

@ -45,6 +45,7 @@
%(items)s
</tbody>
</table>
<div class="footer">Generated with emailparser by the <a href="http://www.cryto.net/">Cryto Coding Collective</a>, licensed under the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>. Uses icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0.</a></div>
</div>
</body>
</html>

1
templates/message.html

@ -43,6 +43,7 @@
</tr>
</tbody>
</table>
<div class="footer">Generated with emailparser by the <a href="http://www.cryto.net/">Cryto Coding Collective</a>, licensed under the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>. Uses icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0.</a></div>
</div>
</body>
</html>

6
templates/style.css

@ -56,6 +56,12 @@ a.back:hover
padding: 9px 13px;
}
.footer
{
margin-top: 9px;
font-size: 13px;
}
h2, h3
{
margin: 3px 0px;

Loading…
Cancel
Save