mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 19:02:51 +00:00
10 lines
262 B
HTML
10 lines
262 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 "contact_embedded.html" %}
|
|
</body>
|
|
</html>
|