kde-playground/kdepim/kaddressbook/viewertemplates/contactgroup.html
2015-04-14 21:49:29 +00:00

10 lines
267 B
HTML

<html>
<head>
<style type="text/css">
a {text-decoration:none; color: {{ colors.linkColor }} }
</style>
</head>
<body text="{{ colors.textColor }}" bgcolor="{{ colors.backgroundColor }}">
{% include "contactgroup_embedded.html" %}
</body>
</html>