<html>
<head>
<title>Splash Page for Client Browsing</title>
<script type=text/javascript>
var goahead=false;
function plat() {
if (('' + navigator.platform).toLowerCase().replace(/^win/g,'mac').indexOf('mac') == 0) {
document.getElementById('dplat').style.display='block';
}
}
</script>
</head>
<body style=background-color:yellow; onload="plat(); setTimeout(function(){ if (!goahead) { location.href='/HTMLCSS/client_browsing.htm'; } }, 15000);">
<p>At left or above, thanks to <a target=_blank title='https://online-voice-recorder.com/' href='//online-voice-recorder.com/'>https://online-voice-recorder.com/</a> ...</p>
<ol>
<li>Click/tap <strong><i><font color=red>red</font></i></strong> audio microphone record button ...</li>
<li>Talk or sing or yodel or gargle or recite or ...</li>
<li>Click/tap <strong><i><font color=black>black</font></i></strong> square within the red button to stop recording</li>
<li>Click/tap white <strong><i><font color=blue>Save</font></i></strong> button</li>
<li> ... then in what appears here soon ...<hr></hr></li>
<li>Click/tap the Choose files button</li>
<li>Navigate to the <strong><i><font color=blue>Downloads</font></i></strong> folder</li>
<li>Select the most recent audio file (eg. .mp3 .wav)</li>
<li>That audio will be transferred to originator ... and ...</li>
<li>Off to window dedicated to gathering such Audio ...</li>
<li>You can email or SMS media files to a recipient</li>
</ol>
<hr>
<div id=dplat style=display:none;>
<a href='#platif' onclick="goahead=true; document.getElementById('platif').style.display='block';" id=aplat>Local System ffmpeg audio recording ...</a><br>
<iframe id=platif src=/recording_ideas.php style='width:100%;height:800px;display:none;' frameborder=1></iframe>
</div>
</body>
</html>