File: index.html

package info (click to toggle)
torcs 1.3.7%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 800,472 kB
  • sloc: cpp: 82,033; xml: 69,371; ansic: 9,818; makefile: 2,100; sh: 1,130; javascript: 11
file content (50 lines) | stat: -rw-r--r-- 1,636 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!--
copyright   : (C) 2003-2004 Bernhard Wymann
email       : berniw@bluewin.ch
version     : $Id: index.html,v 1.1 2004/11/30 14:02:03 berniw Exp $

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.  A copy of the license is included in the section entitled "GNU
Free Documentation License".
-->
<head>
  <title>TORCS Robot Tutorial</title>
  <link rel="stylesheet" type="text/css" href="css/format.css"/>
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
  <meta name="description" content="TORCS Robot Tutorial"/>
  <meta name="author" content="Bernhard Wymann"/>
  <meta name="keywords" content="torcs, berniw, bernhard wymann, robot, steer, path, trajectories, braking, gears"/>
  <script src="../../../js/utilities.js" type="text/javascript"></script>
</head>

<body bgcolor="#ffffff">
	<table align="center">
		<tr>
			<td align="center">
				<a href="./license.html">
					<img src="images/tutorial_banner.jpg" alt="Tutorial title banner" border="0"></img>
				</a>
			</td>
    	</tr>
		<tr>
			<td align="center">
				<a href="./license.html">
					<img src="images/robottux2.jpg" alt="Tux reading the tutorial" border="0"></img>
				</a>
	  		</td>
    	</tr>
		<tr>
			<td align="center">
				<a href="./license.html">
					Go to the next page.
				</a>
			</td>
    	</tr>
	</table>
</body>
</html>