• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Help in website gesior

How you putted that radio in your site? can tell me?

Code html:
<!-- Mirrored from radiomek.com/ by HTTrack Website Copier/3.x [XR&CO'2008], Thu, 02 Jul 2009 06:28:16 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>•~ ..::: TITLE OF YOUR PAGE :::... ~• </title>
<script> var tit = document.title; var c = 0; function writetitle() { document.title = tit.substring(0,c); if(c==tit.length) { c = 0; setTimeout("writetitle()", 2500) } else { c++; setTimeout("writetitle()", 50) } } writetitle() </script>
</head>

<frameset rows="38,*" frameborder="NO" border="0" framespacing="0">
<frame src="<--LINK OF PLAYER OF YOUR WEBRÁDIO--> Link of my webradio -> http://www.multiradio.com.br/player/preto" name="topFrame" align="center" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" title="topFrame">
<frame src="LINK OF INDEX OF YOUR SITE!" name="mainFrame" align="center" frameborder="no" noresize marginwidth="0" marginheight="0" title="mainFrame">
</frameset>

<noframes><body>

</body></noframes>
 
Back
Top