Add index and logo

This commit is contained in:
Sewer Aplikacji 2017-09-28 21:55:23 +02:00
parent 933ee6153f
commit 2e81a89f83
2 changed files with 40 additions and 0 deletions

40
public/index.html Normal file
View File

@ -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 &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>

BIN
public/thiscrm_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB