blob: efbdd708a13d53936564794d0cc2f1dc771fbf81 (
plain)
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
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Include Section Test
</h3>
<div class="toc">
<p>
<b>Table of contents</b>
</p>
<ul>
<li>
<a href="#include_section_test.mulitple_file_section">Mulitple file section</a>
</li>
</ul>
</div>
<div id="include_section_test.mulitple_file_section">
<h3>
Mulitple file section
</h3>
<div id="include_section_test.mulitple_file_section">
</div>
</div>
</body>
</html>
|