DOCS_TEMPLATE.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  5. <meta name="robots" content="NOODP">
  6. <meta name="author" content="Rabid Viper Productions">
  7. <meta name="copyright" content="You may be able to redistribute this content under specific conditions.
  8. Please read the licensing information, available @ https://assault.cubers.net/docs/license.html for the
  9. conditions that would apply to what you may be redistributing.">
  10. <title>AssaultCube Documentation :: HTML TITLE HERE</title>
  11. <link rel="stylesheet" type="text/css" href="css/main.css">
  12. <link rel="stylesheet" type="text/css" href="css/docs.css">
  13. <!--#include virtual="/SSI-HTML/docs/invisibility.html" -->
  14. <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
  15. </head>
  16. <body>
  17. <div id="container">
  18. <div id="docsheader">
  19. AssaultCube Documentation
  20. </div>
  21. <div id="logo">
  22. <a href="index.html"><img src="images/aclogo.png"
  23. alt="AssaultCube" width="193px" height="81px"></a>
  24. </div>
  25. <div id="menubar">
  26. <!--#include virtual="/SSI-HTML/docs/navigation_box_docs.html" -->
  27. &nbsp;
  28. </div>
  29. <!--#include virtual="/SSI-HTML/docs/docswarn.html" -->
  30. <div class="docsmain">
  31. <div id="gohome">
  32. <a href="index.html">Go to documentation index &#8629;</a>
  33. </div>
  34. <h2>PAGE TITLE HERE</h2>
  35. <pre>
  36. AFTER COPYING THIS FILE TO "./htdocs/docs" AND RENAMING IT, YOU'LL NEED TO CHANGE
  37. THE FOLLOWING ON THIS TEMPLATE BEFORE DELETING THIS TEXT AND WRITING YOUR OWN CONTENT:
  38. * The HTML title (Written as "HTML TITLE HERE" in this page).
  39. * The page title (Written as "PAGE TITLE HERE" in this page).
  40. REMEMBER TO READ "./README.md" FOR EXTRA INFORMATION THAT MIGHT NOT BE HELD HERE.
  41. ONLY index.html AND team.html OF THE DOCS ARE TO HAVE DESCRIPTION TAGS, LET GOOGLE MAKE
  42. ITS OWN MIND UP ABOUT DESCRIBING THE OTHER PAGES!
  43. </pre>
  44. </div>
  45. <div id="author">
  46. <a href="license.html">&copy; Copyright, Rabid Viper Productions</a>
  47. </div>
  48. <div id="donatedocs">
  49. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B53CR9HGH7UH2&source=url">
  50. We would be grateful for any donations considered towards AssaultCube
  51. </a>
  52. </div>
  53. <!--#include virtual="/SSI-HTML/adsense_footer.html" -->
  54. </div>
  55. </body>
  56. </html>