| <!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">© 2016 Fabrice Bellard</div> |
| </body> |
| </html> |