We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ac3e9 commit 56f6e6bCopy full SHA for 56f6e6b
index2.html
@@ -0,0 +1,30 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <title>
5
+ NetLogo 7.0.0-beta2 User Manual
6
+ </title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
8
+ <style>
9
+ #index { width: 20%; }
10
+ #entry { width: 80%; }
11
+ iframe { width: 99%; }
12
+ body, table { width: 100%; }
13
+ table { border-collapse: collapse; }
14
+ * { height: 100%; margin: 0; padding: 0; }
15
+ body {height: 99%; }
16
+ </style>
17
+ </head>
18
+ <body>
19
+ <table>
20
+ <tr>
21
+ <td id="index">
22
+ <iframe src="headings.html"></iframe>
23
+ </td>
24
+ <td id="entry">
25
+ <iframe name="entry" src="dictionary.html"></iframe>
26
27
+ </tr>
28
+ </table>
29
+ </body>
30
+</html>
0 commit comments