1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
- <meta name="robots" content="NOODP">
- <meta name="author" content="Rabid Viper Productions">
- <meta name="copyright" content="You may be able to redistribute this content under specific conditions.
- Please read the licensing information, available @ https://assault.cubers.net/docs/license.html for the
- conditions that would apply to what you may be redistributing.">
- <title>AssaultCube Documentation :: HTML TITLE HERE</title>
- <link rel="stylesheet" type="text/css" href="css/main.css">
- <link rel="stylesheet" type="text/css" href="css/docs.css">
- <!--#include virtual="/SSI-HTML/docs/invisibility.html" -->
- <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
- </head>
- <body>
- <div id="container">
- <div id="docsheader">
- AssaultCube Documentation
- </div>
- <div id="logo">
- <a href="index.html"><img src="images/aclogo.png"
- alt="AssaultCube" width="193px" height="81px"></a>
- </div>
- <div id="menubar">
- <!--#include virtual="/SSI-HTML/docs/navigation_box_docs.html" -->
-
- </div>
- <!--#include virtual="/SSI-HTML/docs/docswarn.html" -->
- <div class="docsmain">
- <div id="gohome">
- <a href="index.html">Go to documentation index ↵</a>
- </div>
- <h2>PAGE TITLE HERE</h2>
- <pre>
- AFTER COPYING THIS FILE TO "./htdocs/docs" AND RENAMING IT, YOU'LL NEED TO CHANGE
- THE FOLLOWING ON THIS TEMPLATE BEFORE DELETING THIS TEXT AND WRITING YOUR OWN CONTENT:
- * The HTML title (Written as "HTML TITLE HERE" in this page).
- * The page title (Written as "PAGE TITLE HERE" in this page).
- REMEMBER TO READ "./README.md" FOR EXTRA INFORMATION THAT MIGHT NOT BE HELD HERE.
- ONLY index.html AND team.html OF THE DOCS ARE TO HAVE DESCRIPTION TAGS, LET GOOGLE MAKE
- ITS OWN MIND UP ABOUT DESCRIBING THE OTHER PAGES!
- </pre>
- </div>
- <div id="author">
- <a href="license.html">© Copyright, Rabid Viper Productions</a>
- </div>
- <div id="donatedocs">
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B53CR9HGH7UH2&source=url">
- We would be grateful for any donations considered towards AssaultCube
- </a>
- </div>
- <!--#include virtual="/SSI-HTML/adsense_footer.html" -->
- </div>
- </body>
- </html>
|