28 lines
480 B
Plaintext
28 lines
480 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<h3>
|
|
Include Id Test
|
|
</h3>
|
|
<h2 id="a.simple_include">
|
|
Simple include
|
|
</h2>
|
|
<h2 id="b.simple_include">
|
|
Simple include
|
|
</h2>
|
|
<h2 id="c.title__no_id">
|
|
Title, no id
|
|
</h2>
|
|
<h2 id="d.title__no_id">
|
|
Title, no id
|
|
</h2>
|
|
<h2 id="with-id.title_with_id">
|
|
Title with id
|
|
</h2>
|
|
<h2 id="with-id.title_with_id0">
|
|
Title with id
|
|
</h2>
|
|
</body>
|
|
</html>
|