67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<h3>
|
|
Include Id Test
|
|
</h3>
|
|
<div class="toc">
|
|
<p>
|
|
<b>Table of contents</b>
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<a href="#c">Include without id</a>
|
|
</li>
|
|
<li>
|
|
<a href="#d">Include without id</a>
|
|
</li>
|
|
<li>
|
|
<a href="#e">Include with id</a>
|
|
</li>
|
|
<li>
|
|
<a href="#f">Include with id</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<h2 id="a.simple_include">
|
|
Simple include
|
|
</h2>
|
|
<h2 id="b.simple_include">
|
|
Simple include
|
|
</h2>
|
|
<div id="c">
|
|
<h3>
|
|
Include without id
|
|
</h3>
|
|
<h2 id="c.title__no_id">
|
|
Title, no id
|
|
</h2>
|
|
</div>
|
|
<div id="d">
|
|
<h3>
|
|
Include without id
|
|
</h3>
|
|
<h2 id="d.title__no_id">
|
|
Title, no id
|
|
</h2>
|
|
</div>
|
|
<div id="e">
|
|
<h3>
|
|
Include with id
|
|
</h3>
|
|
<h2 id="e.title_with_id">
|
|
Title with id
|
|
</h2>
|
|
</div>
|
|
<div id="f">
|
|
<h3>
|
|
Include with id
|
|
</h3>
|
|
<h2 id="f.title_with_id">
|
|
Title with id
|
|
</h2>
|
|
</div>
|
|
</body>
|
|
</html>
|