-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.58 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.58 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from docs.garagegames.com/tgea/official/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 06 Dec 2017 21:36:01 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Torque Game Engine Advanced Official Documentation</title>
<link href="content/include/frameStyles.css" rel="stylesheet" type="text/css" />
</head>
<script language="javascript">
var fname="mainFrame";
window.onload=function()
{
var d=document.location.search;
if(d!='')
top.frames[fname].document.location.href = d.substring(d.lastIndexOf('?')+1,d.length);
}
</script>
<style>
#mainFrame{
max-width:800px;}</style>
<frameset rows="100,*" cols="*" frameborder="1" framespacing="0">
<frame src="content/top.html" name="topFrame" scrolling="No" noresize id="topFrame" title="topFrame" />
<frameset rows="*" cols="250,*" framespacing="1" frameborder="">
<frame src="content/toc.html" name="leftFrame" frameborder="1" scrolling="yes" id="leftFrame" title="leftFrame"/>
<frame src="content/content_welcome.html" name="mainFrame" frameborder="1" id="mainFrame" title="mainFrame" />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes>
<!-- Mirrored from docs.garagegames.com/tgea/official/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 06 Dec 2017 21:36:01 GMT -->
</html>