Add index and logo
This commit is contained in:
parent
933ee6153f
commit
2e81a89f83
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
<!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 © <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>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue