File: tutorial.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 (35 lines) | stat: -rw-r--r-- 1,532 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
<!DOCTYPE public "-//w3c//dtd html 4.01 transitional//en"
		"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
copyright   : (C) 2003-2004 Bernhard Wymann
email       : berniw@bluewin.ch
version     : $Id: tutorial.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>
  <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, robot, tutorial">
</head>

<frameset rows="105,*" border="0" frameborder="0" framespacing="0">
  <frameset cols="155,*" border="0" frameborder="0" framespacing="0">
    <frame src="images/title1.html" name="title1" scrolling="no" noresize="noresize">
    <frame src="images/title2.html" name="title2" scrolling="no" noresize="noresize">
  </frameset>
  <frameset cols="155,*" border="0" frameborder="0" framespacing="0">
    <frame src="torcs/navigation/navigation.html" name="navigation" scrolling="no" noresize="noresize">
    <frame src="torcs/torcs.html" name="content" noresize="noresize">
  </frameset>
</frameset>

</html>