1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html><head><link rel="stylesheet" type="text/css" href="style.css" />
<style type="text/css">
body {
font-family: BelleroseLight;
src: url('http://BLABLABLA.com/font/bellerose-webfont.eot');
src: url('http://BLABLABLA.com/font/bellerose-webfont.eot?#iefix') format('embedded-opentype'),
url('http://BLABLABLA.com/font/bellerose-webfont.woff') format('woff'),
url('http://BLABLABLA.com/font/bellerose-webfont.ttf') format('truetype'),
url('http://BLABLABLA.com/font/bellerose-webfont.svg#BelleroseLight') format('svg');
font-weight: normal;
font-style: normal;
line-height:50px;
background-color: transparent
}
</style></head><body>
<FONT size="6" >Bienvenue</a></FONT>
<FONT size="5" >BLABLABLA vous propose des prestations de qualité à domicile sur Cannes et environs.</a></FONT>
</body></html> |