Skip to content

Commit 56f6e6b

Browse files
committed
Bugfix: Re-add 'index2.html'
See my commit message in 42d2ba6
1 parent 45ac3e9 commit 56f6e6b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index2.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
</td>
27+
</tr>
28+
</table>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)