<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Old music...</title>
<meta name="title" content="Nome sito">
<meta name="description" content="Descrizione sito">
<meta name="keywords" content="Parole chiave per i motori di ricerca, tipo, grafica,accessori web,gadget">
<meta name="author" content="Tuo nome">
<meta name="robots" content="index,follow">

<!--Web set free realizzato da Penelope - https://www.iltelaiodipenelope.it -->

<style type="text/css">
body {background-image: url('images/sfondo_brown_1.jpg');
text-align:center;
font-family : "Georgia"; 
color : #765544; 
font-size : 14px
}
h1,h2{margin: 1em 0 0;color: #765544;}
h1{margin: 0;font-size:120%}
h2{margin: 0;font-size: 100%;text-align:center;
}
a:link { 
text-decoration: none; 
cursor:nw-resize;
font-family: "Georgia"; 
font-size: 12px;
color:#4c352c; 
}
a:visited { 
text-decoration:none; 
cursor:nw-resize;
font-family: "Georgia"; 
font-size: 12px;
color:#9d5e61; 
}
a:hover {
text-decoration: line-through; 
color: #92924e;
}
a:active { 
font-family: "Georgia"; 
font-size: 12px; 
color: #c6c7e4; 
}
div#header {
border:0 none;
background-image: url('images/old_music_top.jpg');
text-align:center;
margin-left:auto;      
margin-right:auto;
width: 1052px;
height:700px
}
div#corpo {
border: 0px none;
background-image: url('images/old_music_body.jpg');
text-align:center;
font-family : "Georgia"; 
color : #2e170c; 
font-size : 12px;
margin-left:auto;      
margin-right:auto;
width: 1052px
}
div#footer {
border: 0px none;
background-image: url('images/old_music_footer.jpg');
text-align:center;
font-family : "Georgia"; 
color : #2e170c; 
font-size : 12px;
margin-left:auto;      
margin-right:auto;
width: 1052px;
height:90px
}
table.base{  
border:0px;
text-align:center;
font-family : "Georgia"; 
color : #765544; 
font-size : 14px;
margin-left:auto;
margin-right:auto
}
td.colonna{  
border-left:1px dotted #765544;
text-align:center;
font-family : "Georgia"; 
color : #765544; 
font-size : 14px;
}
td.info_top{  
border:0px none;
text-align:center;
font-family : "Georgia"; 
color : #765544; 
font-size : 14px;
}
td.titoli_menu {  
background-image: url('images/img_tag_titoli.png');
font-family : "Georgia";
color : #765544; 
font-size : 14px;
font-weight:bold;
padding-top:3px;
width: 221px;
height:53px; 
}
td.menu_link {  
border:0px;
text-align:left;
font-family : "Georgia"; 
color : #765544; 
font-size : 14px;
padding:5px;
}
td.hover{
border-top:1px dotted #765544;
border-bottom:1px dotted #765544;
background-color: #e4d2c2;
text-align:left;
cursor : nw-resize;
padding:5px;
}
td.out{
border:0px;
background-color: #d6c0ab;
text-align:left;
padding:5px;
}
table.bordo_oro{  
border:0px none;
text-align:center;
background-image: url('images/cordoncino.png');
margin-left:auto;
margin-right:auto
}
td.sfondo_chiaro{  
border:0px none;
background-color:#e4d2c2;
}
td.testo_left{  
border:0px none;
text-align:left;
font-family : "Georgia"; 
color : #765544; 
font-size : 14px;
}
table.tag_frase{  
border:0px none;
text-align:center;
background-image: url('images/old_music_tag_frase.jpg');
width: 250px;
height:234px;
margin-left:auto;
margin-right:auto
}
td.frase{  
border:0px none;
text-align:center;
font-family : "Georgia"; 
color : #3c1c0c; 
font-size : 14px;
}
</style>

<script type="text/javascript">
<!-- Original: Andrea Bianchi
// Web Site: https://www.web-link.it
function WebDate() {
var now = new Date();
var year= now.getYear();if (year < 1000) year += 1900;
nameDay = new Array('Domenica','Lunedi','Martedi','Mercoledi','Giovedi','Venerdi','Sabato');
nameMth = new Array('01','02','03','04','05', '06', '07', '08', '09', '10', '11','12');
document.write('' +nameDay[now.getDay()]+ ' ' + now.getDate() + "/" + nameMth[now.getMonth()] + "/" + year+ '');
}
// end -->
</script>

<!-- Favicon - Penelope -->
<link rel="shortcut icon" type="image/x-icon" href="https://www.iltelaiodipenelope.it/accessori/favicon/nota.ico">
<!-- Favicon - Penelope -->
</head>

<body>

<div id="header"><!-- Attenzione alle misure impostate in questa table -->
<table class="base" cellpadding="2" cellspacing="2" width="95%">
	<tr>
		<td height="590">&nbsp;</td>
		<td height="590">&nbsp;</td>
	</tr>
	<tr>
		<td class="info_top" height="100" width="42%"><!-- Spazio datario e frase -->
<script type="text/javascript">
// Autore sconosciuto
// Spiegato e commentato da https://www.iltelaiodipenelope.it/tutorial/index.php

var saluto = new Date();
var orario = saluto.getHours();

// Saluto dalle 6 am alle 12
if ((orario > 06) && (orario <= 12)) {
document.write("...Buon giorno!");
}
// Saluto dalle 12 alle 18
if ((orario > 12) && (orario <= 18)) {
document.write("...Buon pomeriggio!");
}
// Saluto dalle 18 alle 24
if ((orario > 18) && (orario <= 24)) {
document.write("...Buona sera!");
}
// Saluto dalle 24 alle 6 am
if ((orario >= 00) && (orario <= 06)) {
document.write("...Buona notte!");
}
</script><br>
<script type="text/javascript">WebDate(); </script>
<script type="text/javascript" language="JavaScript">
// Autore sconosciuto - Spiegato da https://www.iltelaiodipenelope.it/tutorial/index.php
function tS(){ x=new Date(); x.setTime(x.getTime()); return x; } 
function lZ(x){ return (x>9)?x:'0'+x; }
function tH(x){ if(x==0){ x=24; } return (x>24)?x-=24:x; }
function dT(){ if(fr==0){ fr=1; document.write('<span id="tP">'+eval(oT)+'<\/b><\/span>'); } tP.innerText=eval(oT); setTimeout('dT()',1000); }
var fr=0,oT="lZ(tH(tS().getHours()))+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())";</script>
H:. <script type="text/javascript" language="JavaScript">dT();</script><br>
Piccolo spazio per una frase...<br>
anche su due linee...<!-- Spazio datario e frase --></td>
		<td height="90">&nbsp;</td>
	</tr>
</table><!-- Non inserire testo qui --></div>

<div id="corpo"><!-- Inizio spazio corpo - colonna -->
<table class="base" cellpadding="2" cellspacing="2" width="95%">
	<tr>
		<td valign="top"><!-- Inizio spazio corpo --><h1>Titolo sito...</h1>
<h2>Breve descrizione del tuo spazio...</h2><br>

<!-- Inizio table news -->
<table class="bordo_oro" cellpadding="2" cellspacing="4"  width="570">
 <tr>
	<td class="sfondo_chiaro">
	<table class="base" cellpadding="4" cellspacing="4" width="100%">
	<tr>
		<td width="202"><img border="0" src="images/old_music_lady.jpg" width="202" height="312" alt=""></td>
		<td class="testo_left"><h2>..: News del sito...</h2><br>
		<div style="width:330px; height:280px; overflow-y: scroll"><!-- Inizio testo news -->
	News... 00/00/00<br>
	Testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br><br>
	News... 00/00/00<br>
	Testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br><br>
	News... 00/00/00<br>
	Testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br><br>
	News... 00/00/00<br>
	Testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br><br>
	News... 00/00/00<br>
	Testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo<br>
	testo testo testo testo testo testo testo testo testo
	<!-- Fine testo news --></div></td>
	</tr>
	</table></td>
 </tr>
</table><!-- Fine table news --><br><br>

Lo spazio corpo/pagina e la colonna cresceranno man mano che si aggiungono contenuti<br> 
puoi inserire quindi accessori, gadget e tutto ci che ti occorre in base al tipo di spazio che<br> 
vuoi realizzare. Puoi utilizzare lo spazio corpo/pagina per un iframe in cui far visualizzare<br> 
tutte le altre pagine del sito <a target="_blank" href="https://www.iltelaiodipenelope.it/tutorial/html/iframe_sito_web.php">* Tutorial iframe sito web</a><br><br>

Per il testo del nome e dei menu puoi utilizzare un font decorativo,<br> 
leggi questo tutorial <a target="_blank" href="https://www.iltelaiodipenelope.it/tutorial/html/font_personalizzato_sito.php">* Font personalizzato</a><br><br>

Visita la sezione <a target="_blank" href="https://www.iltelaiodipenelope.it/tutorial/index.php">* html & script Tutorial</a>
per tanti tutorial su come gestire e organizzare<br> 
le pagine web ed anche tanti script per utilit, accessori e gadget<br><br>

- Puoi fare tutte le modifiche che ritieni necessarie alla struttura,<br>
ma non alterare in nessun modo la grafica e non togliere il credits del telaio^^<br><br>	
Buon lavoro... buon sito Penelope &#9829;<br><br>

<!-- Inizio table saluti -->
<table class="bordo_oro" cellpadding="2" cellspacing="4"  width="570">
 <tr>
	<td class="sfondo_chiaro">
	<table class="base" cellpadding="4" cellspacing="4" width="100%">
	<tr>
		<td width="202">
		<img border="0" src="images/tag_old_music.jpg" width="202" height="252" alt=""></td>
		<td valign="top"><h2>Tag base per Cbox o messaggi</h2><br> 
	    - Se la utilizzi per la Cbox setta il codice iframe<br> 
	    con queste misure: width="330" e height="280"<br>
	
        * Se non conosci la Cbox leggi il tutorial<br>  
        <a target="_blank" href="https://www.iltelaiodipenelope.it/tutorial/html/cbox.php">Cbox - Ciattina per brevi messaggi</a><br><br>
        - Se preferisci scrivere dei messaggi, frasi o altro<br> 
        puoi mettere lo scroll per avere pi spazio<br><br>
        Se non ti serve cancella il codice</td>
	</tr>
	</table></td>
 </tr>
</table><!-- Fine table saluti --><br><br>

Anteprima Web Set free www.iltelaiodipenelope.it - <a target="_blank" href="https://www.iltelaiodipenelope.it/template/index.php">* Template and more...</a><br><br>

<!-- Fine spazio corpo--></td>
		<td class="colonna" width="30%" valign="top"><!-- Inizio spazio colonna -->
<!-- Inizio table menu link 1 -->		
<table class="base" cellpadding="0" cellspacing="0" width="221">
 <tr>
	<td class="titoli_menu">Menu</td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 </table><!-- Fine table menu link 1 --><br><br>
 
 
<!-- Inizio table frase marquee o/e fissa -->
<table class="tag_frase" cellpadding="0" cellspacing="0">
 <tr>
	<td valign="top"><table class="base" cellpadding="0" cellspacing="0" width="88%">
		<tr>
			<td height="152">&nbsp;<!-- Non scrivere qui! --></td>
		</tr>
		<tr>
			<td class="frase" height="48"><!-- Inizio spazio scrittina marquee --><marquee direction="left" scrollAmount="3" scrolldelay="2" height="18" width="95%">
            Scrivi qui un saluto o una frase che scorre...</marquee><!-- Fine spazio scrittina marquee --><br>
            ...O che rimane fissa...</td>
		</tr>
	</table></td>
 </tr>
</table><!-- Fine table frase marquee o/e fissa --><br><br> 

<!-- Inizio table link amici -->		
<table class="base" cellpadding="0" cellspacing="0" width="221">
 <tr>
	<td class="titoli_menu">Link amici...</td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 <tr>
	<td class="menu_link" onmouseover="this.className = 'hover'" onmouseout="this.className = 'out'"><a target="_blank" href="#">* Link ::..</a></td>
 </tr>
 </table><!-- Fine table link amici --><br>
 
<!-- Stagioni - Penelope -->
<iframe src="https://www.iltelaiodipenelope.it/gadget/stagioni/vintage/flowers.htm" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" width="125" height="190" allowtransparency="true"></iframe>
<!-- Stagioni - Penelope --><br><br> 

- Spazio accessorio/gadget<br><br>

- Spazio accessorio/gadget<br><br>

<!--  Credits Penelope - Non rimuovere grazie -->
<a target="_blank" href="https://www.iltelaiodipenelope.it/template/index.php">WebSet Penelope &#9829;</a>
<!--  Credits Penelope - Non rimuovere grazie -->
 <!-- Fine spazio colonna--></td>
	</tr>
</table>
</div><!-- Fine spazio corpo - colonna -->

<div id="footer"><!-- Inizio spazio footer -->
<table class="base" cellpadding="2" cellspacing="2" width="95%">
	<tr>
		<td>&#3297; Nome sito <script type="text/javascript">
// Script Calcolo Tempo Trascorso Penelope - https://www.iltelaiodipenelope.it
 var dataIniziale = new Date('2024-5-14'); // Imposta qui la data 
 var dataAttuale = new Date();

 function differenzaDate(inizio, fine) {
    var anni = fine.getFullYear() - inizio.getFullYear();
    var mesi = fine.getMonth() - inizio.getMonth();
    var giorni = fine.getDate() - inizio.getDate();

    if (mesi < 0 || (mesi === 0 && fine.getDate() < inizio.getDate())) {
        anni--;
        mesi += 12;
     }

    if (giorni < 0) {
        var ultimoGiornoMesePrecedente = new Date(fine.getFullYear(), fine.getMonth(), 0).getDate();
        giorni = ultimoGiornoMesePrecedente - inizio.getDate() + fine.getDate();
        mesi--;
     }

      return { anni: anni, mesi: mesi, giorni: giorni };
  }

  var differenza = differenzaDate(dataIniziale, dataAttuale);
  
document.write("online da... " + differenza.anni + " anni, " + differenza.mesi + " mesi e " + differenza.giorni + " giorni");
</script><br>

<script type="text/javascript">
copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright  2024 - "+ update + " - Nome Autore - Tutti i diritti riservati.");
</script></td>
	</tr>
</table><!-- Fine spazio footer --></div>

</body>

</html>