diff options
Diffstat (limited to 'static/mips.html')
| -rw-r--r-- | static/mips.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/mips.html b/static/mips.html index 219034c..90e66bd 100644 --- a/static/mips.html +++ b/static/mips.html @@ -86,6 +86,10 @@ hr { <body> <div style="width: 85%; margin: 0 auto; padding-left: 10%;"> + <nav class="navbar"> + <a href="/">Home</a> <!--a href="../">Go Back</a--!> + </nav> + <br> <noscript>JavaScript is required</noscript> <h2>MIPS Assembler</h2> <p>Input MIPS assembly code below. Labels, .org and simple .word directives are also recognized. Comments start with ';' and extend to the end of the line.</p> |