kv-music/legacy/html5.html
2025-12-31 14:34:52 +00:00

113 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Monochrome Legacy (HTML5)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="stylesheet" type="text/css" href="legacy.css" />
<script type="text/javascript" src="jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="html5.js"></script>
</head>
<body>
<table
width="100%"
height="100%"
border="0"
cellpadding="0"
cellspacing="0"
>
<!-- Header -->
<tr height="80">
<td colspan="2" bgcolor="#000000" align="center">
<font color="#FFFFFF" size="6" face="Comic Sans MS, Arial"
><b>Monochrome Music</b></font
><br />
<font color="#cccccc" size="2">music</font>
</td>
</tr>
<!-- Marquee -->
<tr height="20">
<td colspan="2" class="marquee-container">
<marquee scrollamount="5" scrolldelay="100"
>Welcome to Monochrome Music Legacy Edition check out the latest
hits new songs added daily under construction sign
guestbook</marquee
>
</td>
</tr>
<!-- Main Body -->
<tr valign="top">
<!-- Sidebar -->
<td width="150" bgcolor="#dddddd" class="beveled-box">
<br />
<center><b>Menu</b></center>
<hr />
<ul style="list-style-type: square; padding-left: 20px">
<li class="sidebar-link"><a href="#" id="btn-home">Home</a></li>
<li class="sidebar-link">
<a href="compatibility.html">Compatibility</a>
</li>
<!-- Search is now inline below -->
<li class="sidebar-link"><a href="/">Go to Modern Site</a></li>
</ul>
<br />
<!-- Search Form moved to main content -->
<br />
<center>
<img
src="getie3.gif"
alt="IE Logo"
width="88"
height="31"
/><br /><br />
<font size="1">Free and open software</font><br /><br />
<font size="1">made by binimum</font>
</center>
</td>
<!-- Content -->
<td bgcolor="#ffffff">
<div style="padding: 10px">
<!-- Now Playing / Player Control -->
<div class="controls" style="margin-bottom: 20px">
<font face="Verdana" size="2">
<span id="now-playing-info">Status: Ready to play.</span>
</font>
<br /><br />
<audio
id="audio-player"
controls
preload="none"
style="width: 300px; height: 45px"
>
Your browser does not support the audio element.
</audio>
</div>
<!-- Moved Search Form -->
<div
class="beveled-box"
style="margin-bottom: 20px; text-align: center"
>
<b>Search Music: </b>
<form
id="search-form"
onsubmit="return false;"
style="display: inline"
>
<input type="text" id="search-input" size="40" />
<input type="submit" id="btn-search" value="Search" />
</form>
</div>
<div id="main-content">
<center><h3>Loading...</h3></center>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>