forked from assaultcube/assaultcube.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDOCS_TEMPLATE.html
More file actions
64 lines (56 loc) · 2.51 KB
/
DOCS_TEMPLATE.html
File metadata and controls
64 lines (56 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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://sourceforge.net/p/actiongame/donate/">
We would be grateful for any donations considered towards AssaultCube
</a>
</div>
<!--#include virtual="/SSI-HTML/adsense_footer.html" -->
</div>
</body>
</html>