blob: 0899882eacdd8243f3b17e5dddd6208cd62c6a2a [file] [log] [blame] [raw]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>RISCV Emulator</title>
<style>
.term {
font-family: courier,fixed,swiss,monospace,sans-serif;
font-size: 14px;
color: #f0f0f0;
background: #000000;
}
.termReverse {
color: #000000;
background: #00ff00;
}
#copyright {
font-size: 10px;
}
</style>
</head>
<body>
<script type="text/javascript" src="term.js"></script>
<script type="text/javascript" src="riscvemu.js"></script>
<div id="copyright">&copy; 2016 Fabrice Bellard</div>
</body>
</html>