-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
153 lines (61 loc) · 3.02 KB
/
index.html
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<meta name="generator" content="Orchid 0.21.0"/>
<link rel="icon" href="http://localhost:8080/favicon.ico">
<meta name="robots" content="index, follow">
<title>Project Name</title>
<meta name="description" content="">
<!-- start:inject styles -->
<!-- end:inject styles -->
<!-- start:debug info -->
<!-- THEME -->
<!-- Type: Default -->
<!-- Class: com.eden.orchid.impl.themes.DefaultTheme -->
<!-- PAGE -->
<!-- Type: javadoc -->
<!-- Class: com.eden.orchid.sourcedoc.page.SourceDocModuleHomePage -->
<!-- Layout: index -->
<!-- Resolved Layout: templates/layouts/index.peb -->
<!-- Page Template: javadocModule, sourceDocModuleHomepage, javadoc, page -->
<!-- Resolved Page Template: templates/pages/sourceDocModuleHomepage.peb -->
<!-- RESOURCE -->
<!-- Class: com.eden.orchid.api.resources.resource.FileResource -->
<!-- Source Filename: README.md -->
<!-- COMPLETE PAGE CONFIGURATION -->
<script>
window.allData = {"reference":{"path":"","baseUrl":"http://localhost:8080","fileName":"..","extension":"html","usePrettyUrl":true,"link":"http://localhost:8080/.."},"description":"","title":"Project Name"};
</script>
<!-- end:debug info -->
<script>
window.site = {"orchidVersion":"0.21.0","baseUrl":"http://localhost:8080","environment":"debug","version":"4.5.0-SNAPSHOT"};
</script>
<!-- start:inject meta-components [head] -->
<!-- end:inject meta-components [head] -->
<!-- start:inject meta-components [head] -->
<!-- end:inject meta-components [head] -->
</head>
<body>
<!-- start:inject meta-components [bodyStart] -->
<!-- end:inject meta-components [bodyStart] -->
<!-- start:inject meta-components [bodyStart] -->
<!-- end:inject meta-components [bodyStart] -->
<!-- start:inject components -->
<p>#Java Game Engine.</p>
<p>The reason why there is so much line spacing is:
-Space left for documenting the code afterwards (I know it better to comment as you are you are coding but what eves.)
-And I wanted it to look like there was more code than there actually was. Then I can say; Hey i just wrote 3000 lines of code help me get a girlfriend.</p>
<h3 id="screenshots"><a href="#screenshots" id="screenshots" class="anchor"></a>Screenshots:</h3>
<p><img src="https://github.com/abinash18/AEngine/blob/master/Capture.JPG" alt="Monkey Face" /></p>
<!-- end:inject components -->
<!-- start:inject meta-components [bodyEnd] -->
<!-- end:inject meta-components [bodyEnd] -->
<!-- start:inject meta-components [bodyEnd] -->
<!-- end:inject meta-components [bodyEnd] -->
<!-- start:inject scripts -->
<!-- end:inject scripts -->
</body>
</html>