system-bus-radio/In Javascript/airgap.html
William Entriken 406465e207 move folder
2016-03-04 18:13:47 -05:00

24 lines
723 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>System Bus Radio</title>
<meta name="description" content="Simulator for MIPS">
<link rel="stylesheet" href="main.css">
<script src="./airgap.js"></script>
</head>
<body>
<div class="header">
System Bus Radio
</div>
<div class="content">
</br>
<input type="button" value="Play Song" onclick="start()"></br></br>
<textarea id="logs" style="width:70%;min-height:300px">Tested with Chrome at 1560Khz
</textarea>
<div style="font-size:14px">Ported by Yeo Quan Yang. Credits to the original author William Entriken @https://github.com/fulldecent</div><br/>
</div>
</body>
</html>