thiscrm/index.html

41 lines
876 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ThisCRM</title>
<style>
.fire_cl {
color:#f9bd47;
font-family: "Courier New";
}
.storm_cl {
color:#afc9ff;
font-family: "Courier New";
}
.shadow_big {
text-shadow: 2px 2px 5px black;
font-family: "Courier New";
}
.shadow_small {
text-shadow: 1px 1px black;
font-family: "Courier New";
}
a.no_u {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
</style>
</head>
<body>
<center>
<img alt="ThisCRM" src="thiscrm_logo.png" />
<p>Copyright &copy; <a class="no_u" href="http://firestorm.pl" target="__blank" style><span class="fire_cl shadow_small">Fire</span><span class="storm_cl shadow_small">Storm</span></a></p>
</center>
</body>
</html>