| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <!doctype html>
- <html>
- <head>
- <title>Monkey2 Documentation</title>
- <link rel="stylesheet" href="js-treeview/treeview.css">
- <link rel="stylesheet" href="style.css">
- <script type="text/javascript">
- function navto( url ){
- document.getElementById( 'content' ).src=url;
- return false;
- }
- window.onload=function(){
- navto( 'manuals.html' );
- }
- </script>
- </head>
- <body class="page_body" style="overflow:hidden">
- <!-- header -->
- <div class="page_header">
- <div class="header_title_strip">
-
- <div class="header_logo">
- <a href="http://monkey2.monkey-x.com">
- <img src="img/monkey2-logo-48.png" style="vertical-align:middle">
- </a>
- </div>
- <div class="header_text"> Monkey 2</div>
-
- </div>
- <div class="header_button_strip">
-
- <a class="header_button" href="javascript:void;" onclick="document.getElementById( 'content' ).src='modules.html';">Modules</a>
- <a class="header_button" href="javascript:void;" onclick="document.getElementById( 'content' ).src='manuals.html';">Manuals</a>
-
- </div>
-
- <div class="header_donate_strip">
-
- <form class="header_paypal" action='https://www.paypal.com/cgi-bin/webscr' method='post' target='_top'>
- <input type='hidden' name='cmd' value='_s-xclick'>
- <input type='hidden' name='hosted_button_id' value='SEPSTY3L7J6B6'>
- <input type='image' src='https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif' border='0' name='submit' alt='PayPal - The safer, easier way to pay online!' style='vertical-align:middle'>
- </form>
-
-
-
- <a class="header_patreon" href="https://www.patreon.com/monkey2">
- <img src="img/patreon_20.png" style="position:relative; top:5px;">
- </a>
- </div>
- </div>
- <!-- content -->
- <div class="page_content">
- <iframe id="content" name="content" href="manuals.html" class="modules_docs_iframe"></iframe>
- </div>
- </body>
- </html>
|